public abstract class FluentPage extends Fluent
| Constructor and Description |
|---|
FluentPage() |
FluentPage(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
String |
getUrl()
Url of the Page
|
void |
go()
Go to the url defined in the page
|
void |
isAt()
Should check if the navigator is on correct page.
|
$, $, $, $, alert, await, cleanupDriver, clear, clear, clear, clear, click, click, click, constructPageWithParams, createPage, executeAsyncScript, executeScript, fill, fill, fill, fillSelect, fillSelect, find, find, find, find, findFirst, findFirst, getBaseUrl, getCookie, getCookies, getDriver, getSearch, goTo, goTo, initClass, initFluent, initTest, maximizeWindow, pageSource, quit, submit, submit, submit, switchTo, switchTo, switchToDefault, takeScreenShot, takeScreenShot, text, text, title, url, value, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrlpublic FluentPage()
public FluentPage(org.openqa.selenium.WebDriver driver)
public String getUrl()
public void isAt()
For example : assertThat(title()).isEqualTo("Page 1"); assertThat("#reallyImportantField").hasSize(1);
public final void go()
Copyright © 2015 AConsulting. All Rights Reserved.