PageObject

uk.gov.hmrc.selenium.component.PageObject
trait PageObject

Attributes

Graph
Supertypes
class Object
trait Matchable
class Any

Members list

Value members

Concrete methods

protected def click(locator: By): Unit
protected def deselectByValue(locator: By, value: String): Unit
protected def deselectByVisibleText(locator: By, value: String): Unit
protected def deselectCheckbox(locator: By): Unit
protected def get(url: String): Unit
protected def getCurrentUrl: String
protected def getPageSource: String
protected def getText(locator: By): String
protected def getTitle: String
protected def selectByValue(locator: By, value: String): Unit
protected def selectByVisibleText(locator: By, value: String): Unit
protected def selectCheckbox(locator: By): Unit
protected def sendKeys(locator: By, value: String): Unit
protected def sendKeys(locator: By, keys: Keys*): Unit
protected def waitForInvisibilityOfElementWithText(locator: By, value: String): Boolean