Example usage for org.openqa.selenium JavascriptExecutor interface-usage

List of usage examples for org.openqa.selenium JavascriptExecutor interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium JavascriptExecutor interface-usage.

Usage

From source file org.jboss.arquillian.graphene.context.TestingDriver.java

/**
 * @author Lukas Fryc
 */
public interface TestingDriver extends WebDriver, HasCapabilities, HasInputDevices, FindsByClassName,
        FindsByCssSelector, FindsById, FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath,
        JavascriptExecutor, SearchContext, TakesScreenshot {

From source file org.jboss.arquillian.graphene.TestingDriver.java

/**
 * @author Lukas Fryc
 */
public interface TestingDriver extends WebDriver, HasCapabilities, HasInputDevices, FindsByClassName,
        FindsByCssSelector, FindsById, FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath,
        JavascriptExecutor, SearchContext, TakesScreenshot {

From source file org.jitsi.meet.test.web.WebParticipant.java

/**
 * The web specific participant implementation.
 */
public class WebParticipant extends Participant<WebDriver> implements JavascriptExecutor {
    /**
     * Default config for Web participants.

From source file org.jspringbot.keyword.selenium.DummyWebDriver.java

public class DummyWebDriver implements WebDriver, JavascriptExecutor {
    @Override
    public void get(String url) {
    }

    @Override

From source file org.musetest.selenium.mocks.ScriptableMockDriver.java

/**
 * @author Christopher L Merrill (see LICENSE.txt for license details)
 */
public class ScriptableMockDriver extends MuseMockDriver implements JavascriptExecutor {
    @Override
    public Object executeScript(String script, Object... args) {

From source file org.oneandone.qxwebdriver.QxWebDriver.java

/**
 * A Decorator that wraps a {@link org.openqa.selenium.WebDriver} object, 
 * adding qooxdoo-specific features.
 * Note that the WebDriver used <strong>must</strong> implement the 
 * {@link org.openqa.selenium.JavascriptExecutor} interface.
 */

From source file org.seasar.robot.client.http.webdriver.S2WebDriver.java

/**
 * @author shinsuke
 *
 */
public class S2WebDriver
        implements WebDriver, JavascriptExecutor, FindsById, FindsByClassName, FindsByLinkText, FindsByName,

From source file org.tomitribe.tribestream.registryng.test.selenium.WebAppTesting.java

public abstract class WebAppTesting implements WebDriver, JavascriptExecutor {
    /* needs 7.0.2 to work, workaround is to capture it in the child ATM -> findRegistry()
    @Application
    private Registry registry;
     */

From source file org.wso2.ds.ui.integration.util.DSWebDriver.java

public class DSWebDriver implements WebDriver, JavascriptExecutor, HasInputDevices {
    private static int maxWaitTime;
    private WebDriver driver = null;

    public DSWebDriver(WebDriver webDriver, int maxWaitTime) {
        this.driver = webDriver;

From source file org.xframium.device.factory.DeviceWebDriver.java

/**
 * The Class DeviceWebDriver.
 */
public class DeviceWebDriver implements HasCapabilities, WebDriver, JavascriptExecutor, ContextAware, ExecuteMethod,
        ArtifactProducer, NativeDriverProvider, PropertyProvider, TakesScreenshot, DeviceProvider, HasInputDevices,
        CachingDriver, ReportiumProvider {