| Package | Description |
|---|---|
| com.github.andreptb.fitnesse.selenium |
| Modifier and Type | Method and Description |
|---|---|
SeleniumLocatorParser.WebElementSelector |
SeleniumLocatorParser.parse(String locator)
Parses locator to an instance of
SeleniumLocatorParser.WebElementSelector. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
BrowserDialogHelper.click(org.openqa.selenium.WebDriver driver,
SeleniumLocatorParser.WebElementSelector parsedLocator)
Will try to click a browser dialog button in the following conditions:
If locator is any of: 'dialog', 'alert', 'dialog=confirm' or 'dialog=cancel'.
|
boolean |
BrowserDialogHelper.present(org.openqa.selenium.WebDriver driver,
SeleniumLocatorParser.WebElementSelector parsedLocator) |
String |
BrowserDialogHelper.text(org.openqa.selenium.WebDriver driver,
SeleniumLocatorParser.WebElementSelector parsedLocator) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
WebDriverHelper.doWhenAvailable(String from,
BiConsumer<org.openqa.selenium.WebDriver,SeleniumLocatorParser.WebElementSelector> callback) |
String |
WebDriverHelper.getWhenAvailable(String from,
BiFunction<org.openqa.selenium.WebDriver,SeleniumLocatorParser.WebElementSelector,String> callback)
Core function designed to provide callbacks with selenium context necessary to evaluate commands.
|
Copyright © 2018. All rights reserved.