public class InBrowser extends Object
| Constructor and Description |
|---|
InBrowser(org.openqa.selenium.WebDriver driver) |
| Modifier and Type | Method and Description |
|---|---|
org.openqa.selenium.WebElement |
clickAt(Path el) |
org.openqa.selenium.WebElement |
clickOn(Path el) |
void |
doubleClickOn(Path el) |
Operations.DragAndDrop |
dragAndDrop(BasicPath path) |
org.openqa.selenium.WebElement |
find(Path el) |
List<org.openqa.selenium.WebElement> |
findAll(Path el) |
org.openqa.selenium.WebElement |
findPageWithNumberOfOccurrences(Path el,
int numberOfOccurrences,
RelationOperator relationOperator) |
org.openqa.selenium.WebElement |
findPageWithout(Path el) |
org.openqa.selenium.WebDriver |
getDriver() |
org.openqa.selenium.WebElement |
hoverOver(Path el) |
boolean |
isDisplayed(Path el) |
boolean |
isEnabled(Path el) |
boolean |
isNotPresent(Path el) |
boolean |
isPresent(Path el) |
boolean |
isSelected(Path el) |
Integer |
numberOfAppearances(Path el) |
Operations.KeysDown |
pressKeyDown(org.openqa.selenium.Keys thekey) |
Operations.ReleaseKey |
releaseKey(org.openqa.selenium.Keys thekey) |
Operations.Scroll |
scroll() |
org.openqa.selenium.WebElement |
scrollTo(Path el) |
Operations.KeysSender |
sendKeys(CharSequence... charsToSend) |
public org.openqa.selenium.WebDriver getDriver()
public org.openqa.selenium.WebElement find(Path el)
public org.openqa.selenium.WebElement findPageWithNumberOfOccurrences(Path el, int numberOfOccurrences, RelationOperator relationOperator)
public org.openqa.selenium.WebElement findPageWithout(Path el)
public boolean isPresent(Path el)
public boolean isNotPresent(Path el)
public boolean isEnabled(Path el)
public boolean isSelected(Path el)
public boolean isDisplayed(Path el)
public org.openqa.selenium.WebElement clickOn(Path el)
public org.openqa.selenium.WebElement clickAt(Path el)
public org.openqa.selenium.WebElement hoverOver(Path el)
public org.openqa.selenium.WebElement scrollTo(Path el)
public void doubleClickOn(Path el)
public Operations.KeysSender sendKeys(CharSequence... charsToSend)
public Operations.KeysDown pressKeyDown(org.openqa.selenium.Keys thekey)
public Operations.ReleaseKey releaseKey(org.openqa.selenium.Keys thekey)
public Operations.Scroll scroll()
public Operations.DragAndDrop dragAndDrop(BasicPath path)
Copyright © 2016. All rights reserved.