br.com.caelum.seleniumdsl
Class DefaultBrowser

java.lang.Object
  extended by br.com.caelum.seleniumdsl.DefaultBrowser
All Implemented Interfaces:
Browser

public class DefaultBrowser
extends Object
implements Browser


Constructor Summary
DefaultBrowser(com.thoughtworks.selenium.Selenium selenium)
           
DefaultBrowser(com.thoughtworks.selenium.Selenium selenium, int timeout)
           
 
Method Summary
 Page currentPage()
           
 Page open(String url)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultBrowser

public DefaultBrowser(com.thoughtworks.selenium.Selenium selenium)

DefaultBrowser

public DefaultBrowser(com.thoughtworks.selenium.Selenium selenium,
                      int timeout)
Method Detail

open

public Page open(String url)
Specified by:
open in interface Browser

currentPage

public Page currentPage()
Specified by:
currentPage in interface Browser


Copyright © 2008. All Rights Reserved.