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