| Modifier and Type | Field and Description |
|---|---|
static SingleBrowserPath |
anchor |
static SingleBrowserPath |
body |
static SingleBrowserPath |
button |
static SingleBrowserPath |
div |
static SingleBrowserPath |
element |
static SingleBrowserPath |
form |
static SingleBrowserPath |
header |
static SingleBrowserPath |
header1 |
static SingleBrowserPath |
header2 |
static SingleBrowserPath |
header3 |
static SingleBrowserPath |
header4 |
static SingleBrowserPath |
header5 |
static SingleBrowserPath |
header6 |
static SingleBrowserPath |
html |
static SingleBrowserPath |
input |
static SingleBrowserPath |
listItem |
static SingleBrowserPath |
span |
static SingleBrowserPath |
unorderedList |
| Constructor and Description |
|---|
SingleBrowserPath(BasicPath path) |
public static final SingleBrowserPath element
public static final SingleBrowserPath div
public static final SingleBrowserPath span
public static final SingleBrowserPath listItem
public static final SingleBrowserPath button
public static final SingleBrowserPath unorderedList
public static final SingleBrowserPath input
public static final SingleBrowserPath anchor
public static final SingleBrowserPath form
public static final SingleBrowserPath html
public static final SingleBrowserPath body
public static final SingleBrowserPath header1
public static final SingleBrowserPath header2
public static final SingleBrowserPath header3
public static final SingleBrowserPath header4
public static final SingleBrowserPath header5
public static final SingleBrowserPath header6
public static final SingleBrowserPath header
public SingleBrowserPath(BasicPath path)
public Optional<org.openqa.selenium.WebElement> getUnderlyingSource()
getUnderlyingSource in interface Pathpublic Optional<String> getXpathExplanation()
getXpathExplanation in interface Pathpublic Optional<String> getDescribedBy()
getDescribedBy in interface Pathpublic List<ElementProperty> getElementProperties()
getElementProperties in interface Pathpublic Path describedBy(String description)
describedBy in interface Pathpublic Path that(ElementProperty... prop)
public Path and(ElementProperty... prop)
public Path afterSibling(Path another)
afterSibling in interface Pathpublic Path beforeSibling(Path another)
beforeSibling in interface Pathpublic Path containing(Path another)
containing in interface Pathpublic Path ancestorOf(Path another)
ancestorOf in interface Pathpublic Path descendantOf(Path another)
descendantOf in interface Pathpublic Path withGlobalIndex(Integer index)
withGlobalIndex in interface Pathpublic Path withClasses(String... cssClasses)
withClasses in interface Pathpublic Path withTextContaining(String txt)
withTextContaining in interface Pathpublic org.openqa.selenium.WebElement find()
public List<org.openqa.selenium.WebElement> findAll()
public org.openqa.selenium.WebElement scrollTo()
public void hover()
public void click()
public void doubleClick()
public Operations.DragAndDrop dragAndDrop()
public void sendKeys(CharSequence... charsToSend) throws Operations.OperationFailedException
Copyright © 2016. All rights reserved.