Uses of Interface
org.openqa.selenium.WebDriver.TargetLocator
Packages that use WebDriver.TargetLocator
Package
Description
- 
Uses of WebDriver.TargetLocator in org.openqa.seleniumMethods 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.remoteClasses 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.decoratorsMethods 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.eventsMethods 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 afteractiveElement()is called.default voidWebDriverListener.afterAlert(WebDriver.TargetLocator targetLocator, Alert alert) This action will be performed each time afteralert()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 afterdefaultContent()is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, int index, WebDriver driver) This action will be performed each time afterframe(int)()} is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, String nameOrId, WebDriver driver) This action will be performed each time afterframe(String)()} is called.default voidWebDriverListener.afterFrame(WebDriver.TargetLocator targetLocator, WebElement frameElement, WebDriver driver) This action will be performed each time afterframe(WebElement)()} is called.default voidWebDriverListener.afterNewWindow(WebDriver.TargetLocator targetLocator, WindowType typeHint, WebDriver driver) This action will be performed each time afternewWindow(WindowType)is called.default voidWebDriverListener.afterParentFrame(WebDriver.TargetLocator targetLocator, WebDriver driver) This action will be performed each time afterparentFrame()is called.default voidWebDriverListener.afterWindow(WebDriver.TargetLocator targetLocator, String nameOrHandle, WebDriver driver) This action will be performed each time afterwindow(String).default voidWebDriverListener.beforeActiveElement(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeactiveElement()is called.default voidWebDriverListener.beforeAlert(WebDriver.TargetLocator targetLocator) This action will be performed each time beforealert()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 beforedefaultContent()is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, int index) This action will be performed each time beforeframe(int)()} is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, String nameOrId) This action will be performed each time beforeframe(String)()} is called.default voidWebDriverListener.beforeFrame(WebDriver.TargetLocator targetLocator, WebElement frameElement) This action will be performed each time beforeframe(WebElement)()} is called.default voidWebDriverListener.beforeNewWindow(WebDriver.TargetLocator targetLocator, WindowType typeHint) This action will be performed each time beforenewWindow(WindowType)is called.default voidWebDriverListener.beforeParentFrame(WebDriver.TargetLocator targetLocator) This action will be performed each time beforeparentFrame()is called.default voidWebDriverListener.beforeWindow(WebDriver.TargetLocator targetLocator, String nameOrHandle) This action will be performed each time beforewindow(String).