public class FluentAdapter extends Fluent
| Constructor and Description |
|---|
FluentAdapter() |
FluentAdapter(org.openqa.selenium.WebDriver webDriver) |
| Modifier and Type | Method and Description |
|---|---|
static void |
assertAt(FluentPage fluent) |
protected void |
cleanUp() |
<T extends FluentPage> |
createPage(Class<T> cls,
Object... params) |
String |
getDefaultBaseUrl()
Override this method to set the base URL to use when using relative URLs
|
void |
getDefaultConfig()
Override this method to set some config options on the driver.
|
org.openqa.selenium.WebDriver |
getDefaultDriver()
Override this method to change the driver
|
protected <T extends FluentPage> |
initClass(Class<T> cls,
Object... params) |
protected void |
initTest() |
$, $, $, $, alert, await, cleanupDriver, clear, clear, clear, clear, click, click, click, constructPageWithParams, executeAsyncScript, executeScript, fill, fill, fill, fillSelect, fillSelect, find, find, find, find, findFirst, findFirst, getBaseUrl, getCookie, getCookies, getDriver, getSearch, goTo, goTo, initFluent, maximizeWindow, pageSource, quit, submit, submit, submit, switchTo, switchTo, switchToDefault, takeScreenShot, takeScreenShot, text, text, title, url, value, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FluentAdapter(org.openqa.selenium.WebDriver webDriver)
public FluentAdapter()
protected void cleanUp()
public <T extends FluentPage> T createPage(Class<T> cls, Object... params)
createPage in class Fluentprotected <T extends FluentPage> T initClass(Class<T> cls, Object... params)
public org.openqa.selenium.WebDriver getDefaultDriver()
public String getDefaultBaseUrl()
public void getDefaultConfig()
public static void assertAt(FluentPage fluent)
Copyright © 2015 AConsulting. All Rights Reserved.