public class Grafana44SeleniumDriver extends Object
| Constructor and Description |
|---|
Grafana44SeleniumDriver(org.openqa.selenium.WebDriver driver,
URL url) |
| Modifier and Type | Method and Description |
|---|---|
Grafana44SeleniumDriver |
dashboard(String title) |
Grafana44SeleniumDriver |
home() |
org.openqa.selenium.WebElement |
moveToAndClick(org.openqa.selenium.By by) |
org.openqa.selenium.WebElement |
moveToAndClickElement(org.openqa.selenium.By by,
boolean doubleClick) |
org.openqa.selenium.WebElement |
moveToAndDoubleClick(org.openqa.selenium.By by) |
Grafana44SeleniumDriver |
verifyAnAlarmIsPresent() |
Grafana44SeleniumDriver |
verifyRelatedAlarmLabels(List<org.apache.commons.lang3.tuple.Pair<String,Integer>> labels) |
org.openqa.selenium.WebElement |
waitFor(org.openqa.selenium.By by) |
public Grafana44SeleniumDriver(org.openqa.selenium.WebDriver driver,
URL url)
public Grafana44SeleniumDriver home() throws InterruptedException
InterruptedExceptionpublic Grafana44SeleniumDriver dashboard(String title)
public Grafana44SeleniumDriver verifyAnAlarmIsPresent()
public Grafana44SeleniumDriver verifyRelatedAlarmLabels(List<org.apache.commons.lang3.tuple.Pair<String,Integer>> labels)
public org.openqa.selenium.WebElement waitFor(org.openqa.selenium.By by)
public org.openqa.selenium.WebElement moveToAndClick(org.openqa.selenium.By by)
public org.openqa.selenium.WebElement moveToAndDoubleClick(org.openqa.selenium.By by)
public org.openqa.selenium.WebElement moveToAndClickElement(org.openqa.selenium.By by,
boolean doubleClick)
Copyright © 2019. All rights reserved.