All Downloads are FREE. Search and download functionalities are using the official Maven repository.

im.yagni.driveby.driver.NakedElement.scala Maven / Gradle / Ivy

The newest version!
package im.yagni.driveby.driver

trait NakedElement {
  def attribute(name: String): String
  def click()
  def enter(value: String)
  def isDisplayed: Boolean
  //TODO: sort out this shonky mess
  def option(value: String): Option[NakedElement]
  def text: String
  def yAxisLocation: Int
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy