public class LspsCommandExecutor extends Object
Constructor and Description |
---|
LspsCommandExecutor(WebDriver webDriver) |
Modifier and Type | Method and Description |
---|---|
void |
clickByJavascript(WebElement element) |
Object |
executeScript(String script,
Object... args) |
void |
focusElement(WebElement seleniumElement) |
protected Capabilities |
getCapabilities()
Returns information about current browser used
|
WebDriver |
getDriver() |
boolean |
isChrome() |
boolean |
isFirefox() |
void |
setAttribute(WebElement seleniumElement,
String attributeName,
String value) |
void |
waitForVaadin() |
public WebDriver getDriver()
public void setAttribute(WebElement seleniumElement, String attributeName, String value)
public void focusElement(WebElement seleniumElement)
public void waitForVaadin()
public boolean isChrome()
public boolean isFirefox()
protected Capabilities getCapabilities()
org.openqa.selenium.Capabilities
public void clickByJavascript(WebElement element)
Copyright © 2007-2020 Whitestein Technologies. All Rights Reserved.