Uses of Class
jp.vmi.selenium.selenese.locator.Locator
-
Packages that use Locator Package Description jp.vmi.selenium.selenese jp.vmi.selenium.selenese.command jp.vmi.selenium.selenese.highlight jp.vmi.selenium.selenese.locator -
-
Uses of Locator in jp.vmi.selenium.selenese
Methods in jp.vmi.selenium.selenese with parameters of type Locator Modifier and Type Method Description voidRunner. highlight(Locator ploc, HighlightStyle highlightStyle) -
Uses of Locator in jp.vmi.selenium.selenese.command
Methods in jp.vmi.selenium.selenese.command that return Locator Modifier and Type Method Description Locator[]AbstractCommand. extractLocators(String[] args)default Locator[]ICommand. extractLocators(String[] args)Extract locators from arguments. -
Uses of Locator in jp.vmi.selenium.selenese.highlight
Methods in jp.vmi.selenium.selenese.highlight with parameters of type Locator Modifier and Type Method Description Map<String,String>HighlightStyle. doHighlight(org.openqa.selenium.WebDriver driver, WebDriverElementFinder elementFinder, Locator ploc, List<Locator> selectedFrameLocators)Do highlight specified element.voidHighlightHandler. highlight(Locator ploc, HighlightStyle highlightStyle)Highlight and backup specified locator.Method parameters in jp.vmi.selenium.selenese.highlight with type arguments of type Locator Modifier and Type Method Description Map<String,String>HighlightStyle. doHighlight(org.openqa.selenium.WebDriver driver, WebDriverElementFinder elementFinder, Locator ploc, List<Locator> selectedFrameLocators)Do highlight specified element.Constructors in jp.vmi.selenium.selenese.highlight with parameters of type Locator Constructor Description HighlightStyleBackup(Map<String,String> styles, Locator ploc, List<Locator> selectedFrameLocator)Constructor.Constructor parameters in jp.vmi.selenium.selenese.highlight with type arguments of type Locator Constructor Description HighlightStyleBackup(Map<String,String> styles, Locator ploc, List<Locator> selectedFrameLocator)Constructor. -
Uses of Locator in jp.vmi.selenium.selenese.locator
Fields in jp.vmi.selenium.selenese.locator declared as Locator Modifier and Type Field Description static Locator[]Locator. EMPTY_ARRAYthe array of empty locators.Methods in jp.vmi.selenium.selenese.locator that return Locator Modifier and Type Method Description LocatorLocator. withOption(String option)Add option locator.Methods in jp.vmi.selenium.selenese.locator that return types with arguments of type Locator Modifier and Type Method Description List<Locator>WebDriverElementFinder. getCurrentFrameLocators()Get copy of current frame locators.Methods in jp.vmi.selenium.selenese.locator with parameters of type Locator Modifier and Type Method Description org.openqa.selenium.WebElementWebDriverElementFinder. findElement(org.openqa.selenium.WebDriver driver, Locator ploc)Find an element.org.openqa.selenium.WebElementWebDriverElementFinder. findElement(org.openqa.selenium.WebDriver driver, Locator ploc, List<Locator> selectedFrameLocators)Find an element of specified locator.List<org.openqa.selenium.WebElement>WebDriverElementFinder. findElements(org.openqa.selenium.WebDriver driver, Locator ploc)Find elements of specified locator.List<org.openqa.selenium.WebElement>WebDriverElementFinder. findElements(org.openqa.selenium.WebDriver driver, Locator ploc, List<Locator> selectedFrameLocators)Find elements of specified locator.org.openqa.selenium.WebElementWebDriverElementFinder. findElementWithTimeout(org.openqa.selenium.WebDriver driver, Locator ploc, boolean isRetryable, int timeout)Find an element.voidWebDriverElementFinder. selectFrame(org.openqa.selenium.WebDriver driver, Locator ploc)Select frame or iframe.Method parameters in jp.vmi.selenium.selenese.locator with type arguments of type Locator Modifier and Type Method Description org.openqa.selenium.WebElementWebDriverElementFinder. findElement(org.openqa.selenium.WebDriver driver, Locator ploc, List<Locator> selectedFrameLocators)Find an element of specified locator.List<org.openqa.selenium.WebElement>WebDriverElementFinder. findElements(org.openqa.selenium.WebDriver driver, Locator ploc, List<Locator> selectedFrameLocators)Find elements of specified locator.
-