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

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

Introduction

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

Usage

From source file org.jboss.seam.example.common.test.webdriver.AjaxWebElement.java

/**
 * Adds AJAX functionality to an ordinary WebElement
 * 
 * @author kpiwko
 * 
 */

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

/**
 * @author Christopher L Merrill (see LICENSE.txt for license details)
 */
public class MuseMockElement implements WebElement {
    @Override
    public void click() {

From source file org.oneandone.qxwebdriver.ui.Widget.java

/**
 * Represents a qx.Desktop widget. {@link org.openqa.selenium.WebElement}
 * methods are forwarded to the widget's content element. click() and sendKeys()
 * will generally workFor simple widgets that contain only one button and/or
 * text field.
 *

From source file org.qe4j.web.OpenWebElement.java

/**
 * This file is part of QE4J.
 *
 * QE4J is free software: you can redistribute it and/or modify it under the
 * terms of the GNU General Public License as published by the Free Software
 * Foundation, either version 3 of the License, or (at your option) any later

From source file org.uiautomation.ios.UIAModels.UIAElement.java

public interface UIAElement extends WebElement {

    public UIARect getRect();

    public <T extends UIAElement> T findElement(Criteria c) throws NoSuchElementException;

From source file org.webbench.WebBenchElement.java

/**
 * Created by IntelliJ IDEA.
 * User: romain.gilles
 * Date: 2/22/11
 * Time: 6:57 AM
 * To change this template use File | Settings | File Templates.

From source file org.webtestingexplorer.driver.WebElementWrapper.java

/**
 * Wraps a {@link WebElement} instance to provide some caching.
 * 
 * @author scott.d.mcmaster@gmail.com (Scott McMaster)
 */
public class WebElementWrapper implements WebElement, Locatable {

From source file org.webtestingexplorer.testing.FakeWebElement.java

/**
 * A fake {@link WebElement} implementation for unit testing.
 * 
 * @author scott.d.mcmaster@gmail.com (Scott McMaster)
 */
public class FakeWebElement implements WebElement {

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

/**
 * The Class CachedWebElement.
 */
public class CachedWebElement implements WebElement, CachedElement {

    /** The element node. */

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

/**
 * The Class CachedWebElement.
 */
public class MorelandWebElement implements WebElement, Locatable {

    private DeviceWebDriver deviceDriver;