com.typesafe

webdriver

package webdriver

Visibility
  1. Public
  2. All

Type Members

  1. class HtmlUnitWebDriverCommands extends WebDriverCommands

    Runs WebDriver command in the context of the JVM ala HtmlUnit.

  2. class HttpWebDriverCommands extends WebDriverCommands

    Communicates with a web driver host via http and json.

  3. class LocalBrowser extends Actor with FSM[State, Option[Process]]

    Provides an Actor on behalf of a browser.

  4. class PhantomJsWebDriverCommands extends HttpWebDriverCommands

    Specialisations for PhantomJs.

  5. class Session extends Actor with FSM[State, Option[String]]

    Browsers maintain sessions for the purposes of our interactions with them.

  6. abstract class WebDriverCommands extends AnyRef

    Encapsulates all of the request/reply commands that can be sent via the WebDriver protocol.

Value Members

  1. object HtmlUnit

    Used to manage a JVM resident browser via HtmlUnit.

  2. object LocalBrowser

  3. object PhantomJs

    Used to manage a local instance of PhantomJs.

  4. object Session

  5. object WebDriverCommands

Ungrouped