br.eti.kinoshita.selenium
Class BasePage
java.lang.Object
br.eti.kinoshita.selenium.BasePage
public class BasePage
- extends Object
Base page for Page Objects pattern.
- Since:
- 0.1
- Author:
- Bruno P. Kinoshita - http://www.kinoshita.eti.br
|
Constructor Summary |
BasePage(org.openqa.selenium.WebDriver driver,
int timeOutInSeconds)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BasePage
public BasePage(org.openqa.selenium.WebDriver driver,
int timeOutInSeconds)
getDriver
public org.openqa.selenium.WebDriver getDriver()
getTimeout
public long getTimeout()
Copyright © 2010-2011. All Rights Reserved.