public class InitializeWebDrive extends Object
| Modifier and Type | Field and Description |
|---|---|
static Map<String,Object> |
data |
static org.openqa.selenium.WebDriver |
driver |
| Constructor and Description |
|---|
InitializeWebDrive() |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebDriver |
browserInit() |
org.openqa.selenium.WebDriver |
browserInit(String url) |
boolean |
linkExists() |
org.openqa.selenium.WebDriver |
setUpDriver(BrowserType bType) |
org.openqa.selenium.WebDriver |
standAloneStepUp(BrowserType bType) |
void |
tearDownDriver() |
public org.openqa.selenium.WebDriver standAloneStepUp(BrowserType bType) throws Exception
Exceptionpublic boolean linkExists()
public org.openqa.selenium.WebDriver browserInit(String url) throws Exception
Exceptionpublic org.openqa.selenium.WebDriver setUpDriver(BrowserType bType) throws Exception
ExceptionCopyright © 2021. All rights reserved.