Package com.shaft.driver
Class SHAFT.GUI.WebDriver
java.lang.Object
com.shaft.driver.SHAFT.GUI.WebDriver
- Enclosing class:
 SHAFT.GUI
- 
Nested Class Summary
Nested Classes - 
Constructor Summary
ConstructorsConstructorDescriptionWebDriver(DriverFactory.DriverType driverType) WebDriver(DriverFactory.DriverType driverType, org.openqa.selenium.MutableCapabilities mutableCapabilities) WebDriver(org.openqa.selenium.WebDriver driver)  - 
Method Summary
 
- 
Constructor Details
- 
WebDriver
public WebDriver() - 
WebDriver
 - 
WebDriver
public WebDriver(DriverFactory.DriverType driverType, org.openqa.selenium.MutableCapabilities mutableCapabilities)  - 
WebDriver
public WebDriver(org.openqa.selenium.WebDriver driver)  
 - 
 - 
Method Details
- 
quit
public void quit() - 
element
 - 
touch
 - 
browser
 - 
alert
 - 
assertThat
 - 
verifyThat
 - 
getDriver
public org.openqa.selenium.WebDriver getDriver()Returns the current Selenium WebDriver instance for custom manipulation- Returns:
 - the current Selenium WebDriver instance for custom manipulation
 
 - 
async
 
 -