public class Describe
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static java.lang.String |
describe(org.openqa.selenium.WebElement element) |
java.lang.String |
flush() |
static java.lang.String |
selector(org.openqa.selenium.By selector) |
java.lang.String |
serialize() |
static java.lang.String |
shortly(org.openqa.selenium.By selector) |
static java.lang.String |
shortly(org.openqa.selenium.WebElement element) |
java.lang.String |
toString() |
public java.lang.String serialize()
public java.lang.String toString()
toString in class java.lang.Objectpublic java.lang.String flush()
public static java.lang.String describe(org.openqa.selenium.WebElement element)
public static java.lang.String shortly(org.openqa.selenium.WebElement element)
public static java.lang.String shortly(org.openqa.selenium.By selector)
public static java.lang.String selector(org.openqa.selenium.By selector)