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 pawl.jbehave.LoadingElement.java

/**
 * Web element object that wait for elements before interact with them.
 *
 * @author Mike Dolinin
 * @version 1.0 5/2/15
 */

From source file ru.stqa.selenium.decorated.DecoratedWebElement.java

/**
 * Simple {@link DecoratedWebElement} delegating all calls to the wrapped {@link WebElement}.
 */
public class DecoratedWebElement extends DecoratedChild<WebElement, DecoratedWebDriver>
        implements WebElement, WrapsElement, Locatable {

From source file sandeep.kb.android.remote.android.AndroidWebElement.java

/**
 * Represents an Android HTML element
 */

/*
A copy of AndroidWebElement.java from selenium code.