public interface IBrowser
void pageLoadTimeout(int seconds)
void elementLoadTimeout(int seconds)
ICurrentPage open(String url)
void maxWindow()
<T extends SourcePage> T waitFor(T page)
void closeAllWindows()
void back()
void refresh()
void forward()
ICurrentPage selectDefaultWindow()
ICurrentPage selectFrame(int index)
ICurrentPage selectFrame(String locate)
ICurrentPage selectLastOpenedPage()
ICurrentPage selectWindowByTitle(String title)
ICurrentPage selectWindowByUrl(String url)
ICurrentPage selectWindowContainsTitle(String title)
ICurrentPage selectWindowContainsUrl(String url)
ICurrentPage currentPage()
org.openqa.selenium.WebDriver getCurrentBrowserDriver()
void takeScreetShot(String path)
boolean isClosed()
void setClosed(boolean isclose)
WindowSource getWindowSource()
<T extends SourcePage> T page(Class<T> pageClass)
void openNew(String url)
boolean isUseJQuery()
Page page()
Engine browserType()
Copyright © 2014. All rights reserved.