| Package | Description |
|---|---|
| jp.vmi.selenium.selenese | |
| jp.vmi.selenium.selenese.command | |
| jp.vmi.selenium.selenese.highlight | |
| jp.vmi.selenium.selenese.locator |
| Modifier and Type | Method and Description |
|---|---|
void |
Runner.highlight(Locator ploc,
HighlightStyle highlightStyle) |
| Modifier and Type | Method and Description |
|---|---|
default Locator[] |
ICommand.extractLocators(String[] args)
Extract locators from arguments.
|
Locator[] |
AbstractCommand.extractLocators(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HighlightStyle.doHighlight(org.openqa.selenium.WebDriver driver,
WebDriverElementFinder elementFinder,
Locator ploc,
List<Locator> selectedFrameLocators)
Do highlight specified element.
|
void |
HighlightHandler.highlight(Locator ploc,
HighlightStyle highlightStyle)
Highlight and backup specified locator.
|
| Modifier and Type | Method and Description |
|---|---|
Map<String,String> |
HighlightStyle.doHighlight(org.openqa.selenium.WebDriver driver,
WebDriverElementFinder elementFinder,
Locator ploc,
List<Locator> selectedFrameLocators)
Do highlight specified element.
|
| Constructor and Description |
|---|
HighlightStyleBackup(Map<String,String> styles,
Locator ploc,
List<Locator> selectedFrameLocator)
Constructor.
|
| Constructor and Description |
|---|
HighlightStyleBackup(Map<String,String> styles,
Locator ploc,
List<Locator> selectedFrameLocator)
Constructor.
|
| Modifier and Type | Field and Description |
|---|---|
static Locator[] |
Locator.EMPTY_ARRAY
the array of empty locators.
|
| Modifier and Type | Method and Description |
|---|---|
Locator |
Locator.withOption(String option)
Add option locator.
|
| 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,
Locator ploc)
Find an element.
|
org.openqa.selenium.WebElement |
WebDriverElementFinder.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.
|
void |
WebDriverElementFinder.selectFrame(org.openqa.selenium.WebDriver driver,
Locator ploc)
Select frame or iframe.
|
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
WebDriverElementFinder.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.
|
Copyright © 2017. All rights reserved.