|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fluentlenium.core.Fluent
org.fluentlenium.core.FluentPage
public abstract class FluentPage
Use the Page Object Pattern to have more resilient tests.
| Constructor Summary | |
|---|---|
FluentPage()
|
|
FluentPage(org.openqa.selenium.WebDriver driver)
|
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class org.fluentlenium.core.Fluent |
|---|
$, $, await, clear, clear, clear, click, click, executeScript, fill, fill, find, find, findFirst, getBaseUrl, getCookie, getCookies, getDriver, goTo, goTo, initFluent, pageSource, submit, submit, takeScreenShot, takeScreenShot, text, title, url, value, withDefaultPageWait, withDefaultSearchWait, withDefaultUrl |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public FluentPage()
public FluentPage(org.openqa.selenium.WebDriver driver)
| Method Detail |
|---|
public String getUrl()
public void isAt()
public final void go()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||