public class Finders extends Object
Constructor and Description |
---|
Finders() |
Modifier and Type | Method and Description |
---|---|
static HtmlTagFinder |
button() |
static HtmlTagFinder |
button(String label) |
static HtmlTagFinder |
cell() |
static HtmlTagFinder |
cells() |
static HtmlTagFinder |
div() |
static HtmlTagFinder |
div(String id) |
static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> |
first(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
A finder which returns the first element matched - such as if you have multiple elements which
match the finder (such as multiple links with the same text on a page etc)
|
static HtmlTagFinder |
image() |
static HtmlTagFinder |
imageButton() |
static HtmlTagFinder |
imageButton(String label) |
static HtmlTagFinder |
images() |
static HtmlTagFinder |
link() |
static HtmlTagFinder |
link(String anchorText) |
static HtmlTagFinder |
links() |
static HtmlTagFinder |
radioButton() |
static HtmlTagFinder |
radioButton(String id) |
static HtmlTagFinder |
table() |
static HtmlTagFinder |
tables() |
static HtmlTagFinder |
textbox() |
static HtmlTagFinder |
title() |
static HtmlTagFinder |
title(String title) |
static HtmlTagFinder |
titles() |
public static HtmlTagFinder div()
public static HtmlTagFinder div(String id)
public static HtmlTagFinder link()
public static HtmlTagFinder link(String anchorText)
public static HtmlTagFinder links()
public static HtmlTagFinder titles()
public static HtmlTagFinder title()
public static HtmlTagFinder title(String title)
public static HtmlTagFinder images()
public static HtmlTagFinder image()
public static HtmlTagFinder table()
public static HtmlTagFinder tables()
public static HtmlTagFinder cell()
public static HtmlTagFinder cells()
public static HtmlTagFinder imageButton()
public static HtmlTagFinder imageButton(String label)
public static HtmlTagFinder radioButton()
public static HtmlTagFinder radioButton(String id)
public static HtmlTagFinder textbox()
public static HtmlTagFinder button()
public static HtmlTagFinder button(String label)
public static Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> first(Finder<org.openqa.selenium.WebElement,org.openqa.selenium.WebDriver> finder)
Copyright © 2015. All rights reserved.