| Package | Description |
|---|---|
| jp.vmi.selenium.selenese.highlight | |
| jp.vmi.selenium.selenese.locator |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HighlightStyle.doHighlight(org.openqa.selenium.WebDriver driver,
WebDriverElementFinder elementFinder,
String locator,
List<Locator> selectedFrameLocators)
Do highlight specified element.
|
| Constructor and Description |
|---|
HighlightStyleBackup(Map<String,String> styles,
String locator,
List<Locator> selectedFrameLocator)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
List<Locator> |
WebDriverElementFinder.getCurrentFrameLocators()
Get copy of current frame locators.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
WebDriverElementFinder.findElement(org.openqa.selenium.WebDriver driver,
String locator,
List<Locator> selectedFrameLocators)
Find an element of specified locator.
|
List<org.openqa.selenium.WebElement> |
WebDriverElementFinder.findElements(org.openqa.selenium.WebDriver driver,
String locator,
List<Locator> selectedFrameLocators)
Find elements of specified locator.
|
Copyright © 2016. All rights reserved.