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 void
WebDriverListener.afterActiveElement
(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afteractiveElement()
is called.default void
WebDriverListener.afterAlert
(WebDriver.TargetLocator targetLocator, Alert alert) This action will be performed each time afteralert()
is called.default void
WebDriverListener.afterAnyTargetLocatorCall
(WebDriver.TargetLocator targetLocator, Method method, Object[] args, Object result) Called after any method inWebDriver.TargetLocator
class.default void
WebDriverListener.afterDefaultContent
(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterdefaultContent()
is called.default void
WebDriverListener.afterFrame
(WebDriver.TargetLocator targetLocator, int index, WebDriver driver) This action will be performed each time afterframe(int)
()} is called.default void
WebDriverListener.afterFrame
(WebDriver.TargetLocator targetLocator, String nameOrId, WebDriver driver) This action will be performed each time afterframe(String)
()} is called.default void
WebDriverListener.afterFrame
(WebDriver.TargetLocator targetLocator, WebElement frameElement, WebDriver driver) This action will be performed each time afterframe(WebElement)
()} is called.default void
WebDriverListener.afterNewWindow
(WebDriver.TargetLocator targetLocator, WindowType typeHint, WebDriver driver) This action will be performed each time afternewWindow(WindowType)
is called.default void
WebDriverListener.afterParentFrame
(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterparentFrame()
is called.default void
WebDriverListener.afterWindow
(WebDriver.TargetLocator targetLocator, String nameOrHandle, WebDriver driver) This action will be performed each time afterwindow(String)
.default void
WebDriverListener.beforeActiveElement
(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeactiveElement()
is called.default void
WebDriverListener.beforeAlert
(WebDriver.TargetLocator targetLocator) This action will be performed each time beforealert()
is called.default void
WebDriverListener.beforeAnyTargetLocatorCall
(WebDriver.TargetLocator targetLocator, Method method, Object[] args) Called before any method inWebDriver.TargetLocator
class.default void
WebDriverListener.beforeDefaultContent
(WebDriver.TargetLocator targetLocator) This action will be performed each time beforedefaultContent()
is called.default void
WebDriverListener.beforeFrame
(WebDriver.TargetLocator targetLocator, int index) This action will be performed each time beforeframe(int)
()} is called.default void
WebDriverListener.beforeFrame
(WebDriver.TargetLocator targetLocator, String nameOrId) This action will be performed each time beforeframe(String)
()} is called.default void
WebDriverListener.beforeFrame
(WebDriver.TargetLocator targetLocator, WebElement frameElement) This action will be performed each time beforeframe(WebElement)
()} is called.default void
WebDriverListener.beforeNewWindow
(WebDriver.TargetLocator targetLocator, WindowType typeHint) This action will be performed each time beforenewWindow(WindowType)
is called.default void
WebDriverListener.beforeParentFrame
(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeparentFrame()
is called.default void
WebDriverListener.beforeWindow
(WebDriver.TargetLocator targetLocator, String nameOrHandle) This action will be performed each time beforewindow(String)
.