Uses of Interface
org.openqa.selenium.WebDriver.TargetLocator
Packages that use WebDriver.TargetLocator
Package
Description
-
Uses of WebDriver.TargetLocator in org.openqa.selenium
Methods in org.openqa.selenium that return WebDriver.TargetLocatorModifier and TypeMethodDescriptionWebDriver.switchTo()Send future commands to a different frame or window. -
Uses of WebDriver.TargetLocator in org.openqa.selenium.remote
Classes in org.openqa.selenium.remote that implement WebDriver.TargetLocatorMethods in org.openqa.selenium.remote that return WebDriver.TargetLocator -
Uses of WebDriver.TargetLocator in org.openqa.selenium.support.decorators
Methods in org.openqa.selenium.support.decorators that return types with arguments of type WebDriver.TargetLocatorModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated(WebDriver.TargetLocator original) Methods in org.openqa.selenium.support.decorators with parameters of type WebDriver.TargetLocatorModifier and TypeMethodDescriptionWebDriverDecorator.createDecorated(WebDriver.TargetLocator original) -
Uses of WebDriver.TargetLocator in org.openqa.selenium.support.events
Methods in org.openqa.selenium.support.events with parameters of type WebDriver.TargetLocatorModifier and TypeMethodDescriptiondefault voidWebDriverListener.afterActiveElement(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.activeElement()is called.default voidWebDriverListener.afterAlert(WebDriver.TargetLocator targetLocator, Alert alert) This action will be performed each time afterWebDriver.TargetLocator.alert()is called.default voidWebDriverListener.afterAnyTargetLocatorCall(WebDriver.TargetLocator targetLocator, Method method, Object[] args, Object result) Called after any method inWebDriver.TargetLocatorclass.default voidWebDriverListener.afterDefaultContent(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.defaultContent()is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, int index, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.frame(int)()} is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, String nameOrId, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.frame(String)()} is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, WebElement frameElement, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.frame(WebElement)()} is called.default voidWebDriverListener.afterNewWindow(WebDriver.TargetLocator targetLocator, WindowType typeHint, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.newWindow(WindowType)is called.default voidWebDriverListener.afterParentFrame(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.parentFrame()is called.default voidWebDriverListener.afterWindow(WebDriver.TargetLocator targetLocator, String nameOrHandle, WebDriver driver) This action will be performed each time afterWebDriver.TargetLocator.window(String).default voidWebDriverListener.beforeActiveElement(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeWebDriver.TargetLocator.activeElement()is called.default voidWebDriverListener.beforeAlert(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeWebDriver.TargetLocator.alert()is called.default voidWebDriverListener.beforeAnyTargetLocatorCall(WebDriver.TargetLocator targetLocator, Method method, Object[] args) Called before any method inWebDriver.TargetLocatorclass.default voidWebDriverListener.beforeDefaultContent(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeWebDriver.TargetLocator.defaultContent()is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, int index) This action will be performed each time beforeWebDriver.TargetLocator.frame(int)()} is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, String nameOrId) This action will be performed each time beforeWebDriver.TargetLocator.frame(String)()} is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, WebElement frameElement) This action will be performed each time beforeWebDriver.TargetLocator.frame(WebElement)()} is called.default voidWebDriverListener.beforeNewWindow(WebDriver.TargetLocator targetLocator, WindowType typeHint) This action will be performed each time beforeWebDriver.TargetLocator.newWindow(WindowType)is called.default voidWebDriverListener.beforeParentFrame(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeWebDriver.TargetLocator.parentFrame()is called.default voidWebDriverListener.beforeWindow(WebDriver.TargetLocator targetLocator, String nameOrHandle) This action will be performed each time beforeWebDriver.TargetLocator.window(String).