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) |
<T extends FluentPage> |
createPage(Class<T> cls) |
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) |
protected void |
initTest() |
void |
quit() |
$, $, alert, await, clear, clear, clear, click, click, executeScript, fill, fill, fillSelect, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initFluent, maximizeWindow, pageSource, submit, submit, switchTo, switchTo, switchToDefault, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FluentAdapter(org.openqa.selenium.WebDriver webDriver)
public FluentAdapter()
public <T extends FluentPage> T createPage(Class<T> cls)
createPage in class Fluentprotected <T extends FluentPage> T initClass(Class<T> cls)
public org.openqa.selenium.WebDriver getDefaultDriver()
public String getDefaultBaseUrl()
public void getDefaultConfig()
public static void assertAt(FluentPage fluent)
public void quit()
Copyright © 2014 AConsulting. All Rights Reserved.