public class SeleniumLocatorParser extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
SeleniumLocatorParser.ByFocus
By implementation that returns the currently focused element |
static class |
SeleniumLocatorParser.WebElementSelector |
| Constructor and Description |
|---|
SeleniumLocatorParser() |
| Modifier and Type | Method and Description |
|---|---|
SeleniumLocatorParser.WebElementSelector |
parse(String locator)
Parses locator to an instance of
SeleniumLocatorParser.WebElementSelector. |
public SeleniumLocatorParser.WebElementSelector parse(String locator)
SeleniumLocatorParser.WebElementSelector. Tries to emulate Selenium IDE searching methods:
locator - to be parsedSeleniumLocatorParser.WebElementSelectorCopyright © 2018. All rights reserved.