br.eti.kinoshita.selenium
Class BasePage

java.lang.Object
  extended by 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)
           
 
Method Summary
 org.openqa.selenium.WebDriver getDriver()
           
 long getTimeout()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePage

public BasePage(org.openqa.selenium.WebDriver driver,
                int timeOutInSeconds)
Method Detail

getDriver

public org.openqa.selenium.WebDriver getDriver()

getTimeout

public long getTimeout()


Copyright © 2010-2011. All Rights Reserved.