im.mange.driveby

commands

package commands

Visibility
  1. Public
  2. All

Type Members

  1. case class Assert(condition: Condition, message: String = null, result: Boolean = null) extends BrowserCommand with Product with Serializable

  2. case class Clear(by: By) extends BrowserCommand with Product with Serializable

  3. case class Click(by: By) extends BrowserCommand with Product with Serializable

  4. case class Close() extends BrowserCommand with Product with Serializable

  5. case class Enter(by: By, value: String, clear: Boolean) extends BrowserCommand with Product with Serializable

  6. case class Goto(url: String) extends BrowserCommand with Product with Serializable

  7. case class Html(result: String = "") extends BrowserCommand with Product with Serializable

  8. case class Refresh() extends BrowserCommand with Product with Serializable

  9. case class Screenshot(result: Array[Byte] = null) extends BrowserCommand with Product with Serializable

  10. case class Select(by: By, value: String) extends BrowserCommand with Product with Serializable

Ungrouped