public class JQueryEnabledPage extends Object
Modifier | Constructor and Description |
---|---|
protected |
JQueryEnabledPage(org.openqa.selenium.WebDriver driver) |
protected |
JQueryEnabledPage(org.openqa.selenium.WebDriver driver,
EnvironmentVariables environmentVariables) |
Modifier and Type | Method and Description |
---|---|
void |
activateJQuery() |
protected void |
executeScriptFrom(String scriptSource) |
void |
injectJavaScriptUtils() |
void |
injectJQuery() |
void |
injectJQueryPlugins() |
boolean |
isJQueryAvailable() |
boolean |
isJQueryIntegrationEnabled() |
static JQueryEnabledPage |
withDriver(org.openqa.selenium.WebDriver driver) |
protected JQueryEnabledPage(org.openqa.selenium.WebDriver driver)
protected JQueryEnabledPage(org.openqa.selenium.WebDriver driver, EnvironmentVariables environmentVariables)
public static JQueryEnabledPage withDriver(org.openqa.selenium.WebDriver driver)
public boolean isJQueryIntegrationEnabled()
public boolean isJQueryAvailable()
public void injectJQuery()
protected void executeScriptFrom(String scriptSource)
public void injectJQueryPlugins()
public void injectJavaScriptUtils()
public void activateJQuery()
Copyright © 2021. All rights reserved.