Package org.ndviet.library
Class BrowserManagement
java.lang.Object
org.ndviet.library.BrowserManagement
-
Method Summary
Modifier and TypeMethodDescriptionvoidvoidcloseWindowIndex(int index) org.openqa.selenium.WebDriverstatic BrowserManagementvoidvoidvoidopenBrowser(String url) voidopenBrowser(String browser, String url) void
-
Method Details
-
getInstance
-
getDriver
public org.openqa.selenium.WebDriver getDriver() -
openBrowser
public void openBrowser() -
openBrowser
-
openBrowser
-
openNewTab
public void openNewTab() -
goToUrl
-
closeWindowIndex
public void closeWindowIndex(int index) -
closeBrowser
public void closeBrowser()
-