Package com.shaft.driver.internal
Class FluentWebDriverAction
java.lang.Object
com.shaft.driver.internal.FluentWebDriverAction
- Direct Known Subclasses:
AlertActions
,AsyncElementActions
,BrowserActions
,ElementActions
,TouchActions
,WaitActions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionalert()
and()
browser()
element()
void
void
initialize
(DriverFactoryHelper helper) void
initialize
(org.openqa.selenium.WebDriver driver) void
initialize
(org.openqa.selenium.WebDriver driver, boolean isSilent) touch()
-
Constructor Details
-
FluentWebDriverAction
public FluentWebDriverAction()
-
-
Method Details
-
initialize
public void initialize() -
initialize
public void initialize(org.openqa.selenium.WebDriver driver) -
initialize
public void initialize(org.openqa.selenium.WebDriver driver, boolean isSilent) -
initialize
-
performTouchAction
-
performAlertAction
-
performElementAction
-
performBrowserAction
-
touch
-
alert
-
element
-
browser
-
and
-
waitUntil
-