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 |
---|---|
protected void |
executeScriptFrom(String scriptSource) |
void |
injectJavaScriptUtils() |
void |
injectJQuery() |
void |
injectJQueryPlugins() |
boolean |
isJQueryEnabled() |
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 isJQueryEnabled()
public void injectJQuery()
protected void executeScriptFrom(String scriptSource)
public void injectJQueryPlugins()
public void injectJavaScriptUtils()
Copyright © 2011–2014 Wakaleo Consulting. All rights reserved.