Package com.shaft.gui.element
Class AsyncElementActions
java.lang.Object
com.shaft.driver.internal.FluentWebDriverAction
com.shaft.gui.element.AsyncElementActions
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptioncaptureScreenshot
(org.openqa.selenium.By elementLocator) clear
(org.openqa.selenium.By elementLocator) click
(org.openqa.selenium.By elementLocator) clickAndHold
(org.openqa.selenium.By elementLocator) clickUsingJavascript
(org.openqa.selenium.By elementLocator) clipboardActions
(org.openqa.selenium.By elementLocator, ClipboardAction action) doubleClick
(org.openqa.selenium.By elementLocator) dragAndDrop
(org.openqa.selenium.By sourceElementLocator, org.openqa.selenium.By destinationElementLocator) hover
(org.openqa.selenium.By elementLocator) join()
keyPress
(org.openqa.selenium.By elementLocator, org.openqa.selenium.Keys key) setValueUsingJavaScript
(org.openqa.selenium.By elementLocator, String value) submitFormUsingJavaScript
(org.openqa.selenium.By elementLocator) sync()
typeAppend
(org.openqa.selenium.By elementLocator, String text) typeFileLocationForUpload
(org.openqa.selenium.By elementLocator, String filePath) typeSecure
(org.openqa.selenium.By elementLocator, String text) Methods inherited from class com.shaft.driver.internal.FluentWebDriverAction
alert, and, browser, element, initialize, initialize, initialize, initialize, performAlertAction, performBrowserAction, performElementAction, performTouchAction, touch, waitUntil
-
Constructor Details
-
AsyncElementActions
-
-
Method Details
-
type
-
click
-
select
-
clear
-
doubleClick
-
clickUsingJavascript
-
keyPress
public AsyncElementActions keyPress(org.openqa.selenium.By elementLocator, org.openqa.selenium.Keys key) -
clipboardActions
public AsyncElementActions clipboardActions(org.openqa.selenium.By elementLocator, ClipboardAction action) -
captureScreenshot
-
hover
-
typeAppend
-
clickAndHold
-
setValueUsingJavaScript
public AsyncElementActions setValueUsingJavaScript(org.openqa.selenium.By elementLocator, String value) -
typeSecure
-
submitFormUsingJavaScript
-
typeFileLocationForUpload
public AsyncElementActions typeFileLocationForUpload(org.openqa.selenium.By elementLocator, String filePath) -
dragAndDrop
public AsyncElementActions dragAndDrop(org.openqa.selenium.By sourceElementLocator, org.openqa.selenium.By destinationElementLocator) -
join
-
synchronize
-
sync
-