Package

erikas

bits

Permalink

package bits

Visibility
  1. Public
  2. All

Type Members

  1. case class APIResponseError(message: String) extends Exception with Product with Serializable

    Permalink
  2. class AttributeContainsCondition extends Condition

    Permalink
  3. trait BaseDriver extends AnyRef

    Permalink
  4. case class BasicAuth(username: String = "", password: String = "") extends Product with Serializable

    Permalink
  5. case class BooleanResponse(sessionId: String, status: Int, value: Boolean) extends Product with Serializable

    Permalink
  6. case class BrowserStackCapabilities(name: Option[String] = None, browser: Option[String] = None, browserVersion: Option[String] = None, os: Option[String] = None, osVersion: Option[String] = None, resolution: Option[String] = None, browserStackSeleniumVersion: Option[String] = None, project: Option[String] = None, build: Option[String] = None, browserStackLocal: Option[Boolean] = None, browserStackIENoFlash: Option[Boolean] = None, browserStackIECompatibility: Option[Boolean] = None, browserStackIEDriver: Option[String] = None, browserStackIEEnablePopups: Option[Boolean] = None, browserStackSafariEnablePopups: Option[Boolean] = None, browserStackSafariAllowAllCookies: Option[Boolean] = None, browserStackSafariDriver: Option[String] = None, browserStackDebug: Option[Boolean] = None, browserStackVideo: Option[Boolean] = None, browserStackLocalIdentifier: Option[String] = None) extends Product with Serializable

    Permalink
  7. class Button extends WebElement

    Permalink
  8. case class By(strategy: LocatorStrategy.Value, value: String) extends Searcher with Product with Serializable

    Permalink
  9. case class Capabilities(browserName: String = "phantomjs", platform: String = Platform.MAC, version: String = "phantomjs", javascriptEnabled: Boolean = true, takesScreenshot: Boolean = true, handlesAlerts: Boolean = true, databaseEnabled: Boolean = true, locationContextEnabled: Boolean = true, applicationCacheEnabled: Boolean = true, browserConnectionEnabled: Boolean = true, cssSelectorsEnabled: Boolean = true, webStorageEnabled: Boolean = true, rotatable: Boolean = true, acceptSslCerts: Boolean = true, nativeEvents: Boolean = true, proxy: Option[Proxy] = None, chrome: Option[ChromeCapabilities] = None, browserStack: Option[BrowserStackCapabilities] = None) extends Product with Serializable

    Permalink
  10. case class CapabilityResponse(sessionId: Option[String], status: Int, value: Capabilities) extends Product with Serializable

    Permalink
  11. case class ChromeCapabilities(chromedriverVersion: String = "", userDataDir: String = "") extends Product with Serializable

    Permalink
  12. trait Condition extends AnyRef

    Permalink
  13. case class CreateSessionResponse(sessionId: String) extends Product with Serializable

    Permalink
  14. class Driver extends BaseDriver

    Permalink
  15. trait Element extends AnyRef

    Permalink
  16. case class ElementClearRequest(id: String, sessionId: String) extends Product with Serializable

    Permalink
  17. case class ElementClickRequest(id: String) extends Product with Serializable

    Permalink
  18. case class ElementResponse(sessionId: String, status: Int, value: Map[String, String]) extends Product with Serializable

    Permalink
  19. case class ElementResponses(sessionId: String, status: Int, value: List[Map[String, String]]) extends Product with Serializable

    Permalink
  20. sealed abstract class Enum extends AnyRef

    Permalink
  21. class Eventually extends AnyRef

    Permalink
  22. case class ExecuteScriptRequest(script: String, args: List[String]) extends Product with Serializable

    Permalink
  23. case class FindElementRequest(using: String, value: String) extends Product with Serializable

    Permalink
  24. case class IncorrectElementException(message: String) extends Exception with Product with Serializable

    Permalink
  25. class IsClickableCondition extends Condition

    Permalink
  26. case class NoCannedResponseError(message: String) extends Exception with Product with Serializable

    Permalink
  27. class PhantomJsOptions extends AnyRef

    Permalink
  28. case class Proxy(proxyType: String = ProxyType.DIRECT, proxyAutoconfigUrl: String = "", ftpProxy: String = "", httpProxy: String = "", sslProxy: String = "", socksProxy: String = "", socksUsername: String = "", socksPassword: String = "", noProxy: String = "") extends Product with Serializable

    Permalink
  29. case class QueueEmptyError(message: String) extends Exception with Product with Serializable

    Permalink
  30. case class Result(outcome: Boolean, message: String) extends Product with Serializable

    Permalink
  31. trait Searcher extends AnyRef

    Permalink
  32. class SeleniumServerOptions extends AnyRef

    Permalink
  33. case class SendKeysRequest(value: List[Char]) extends Product with Serializable

    Permalink
  34. case class ServerStatus(build: Map[String, String], os: Map[String, String]) extends Product with Serializable

    Permalink
  35. case class ServerStatusResponse(sessionId: Option[String], status: Int, value: ServerStatus) extends Product with Serializable

    Permalink
  36. class Session extends AnyRef

    Permalink
  37. case class SessionRequest(desiredCapabilities: Capabilities, requiredCapabilities: Capabilities) extends Product with Serializable

    Permalink
  38. case class SessionResponse(sessionId: Option[String], status: Int, value: List[Sessions]) extends Product with Serializable

    Permalink
  39. case class Sessions(id: String, capabilities: Capabilities) extends Product with Serializable

    Permalink
  40. case class StringResponse(sessionId: String, status: Int, value: Option[String]) extends Product with Serializable

    Permalink
  41. class StubWebElement extends Element

    Permalink
  42. class TestDriver extends BaseDriver

    Permalink
  43. case class TextInput(elementId: String, sessionId: String, sessionUrl: String, driver: BaseDriver, session: Session) extends WebElement with Product with Serializable

    Permalink
  44. case class TimeoutException(message: String) extends Exception with Product with Serializable

    Permalink
  45. case class TimeoutReq(timeoutType: String, ms: Int) extends Product with Serializable

    Permalink
  46. case class TimeoutRequest(timeoutType: TimeoutType.Value, milliseconds: Int) extends Product with Serializable

    Permalink
  47. case class TimeoutValueRequest(milliseconds: Int) extends Product with Serializable

    Permalink
  48. class TitleIsCondition extends Condition

    Permalink
  49. class UrlDriver extends BaseDriver

    Permalink
  50. case class UrlRequest(url: String) extends Product with Serializable

    Permalink
  51. class Waitress extends AnyRef

    Permalink
  52. class WebElement extends Searcher with Element

    Permalink
  53. case class WindowHandle(handleId: String) extends Product with Serializable

    Permalink
  54. case class WindowHandleResponse(sessionId: String, status: Int, value: String) extends Product with Serializable

    Permalink
  55. case class WindowHandlesResponse(sessionId: String, status: Int, value: List[String]) extends Product with Serializable

    Permalink

Value Members

  1. object BooleanResponse extends Serializable

    Permalink
  2. object BrowserStackSession

    Permalink
  3. object By extends Serializable

    Permalink
  4. object Capabilities extends Serializable

    Permalink
  5. object CapabilityResponse extends Serializable

    Permalink
  6. object ChromeCapabilities extends Serializable

    Permalink
  7. object ChromeSession

    Permalink
  8. object Condition

    Permalink
  9. object CreateSessionResponse extends Serializable

    Permalink
  10. object Driver

    Permalink
  11. object ElementClearRequest extends Serializable

    Permalink
  12. object ElementClickRequest extends Serializable

    Permalink
  13. object ElementResponse extends Serializable

    Permalink
  14. object ElementResponses extends Serializable

    Permalink
  15. object Eventually

    Permalink
  16. object ExecuteScriptRequest extends Serializable

    Permalink
  17. object FindElementRequest extends Serializable

    Permalink
  18. object FirefoxSession

    Permalink
  19. object Keys extends Enumeration

    Permalink
  20. object LocatorStrategy extends Enumeration

    Permalink
  21. object PhantomJsOptions

    Permalink
  22. object PhantomJsSession

    Permalink
  23. object Platform

    Permalink
  24. object Port

    Permalink
  25. object Proxy extends Serializable

    Permalink
  26. object ProxyType

    Permalink
  27. object ResponseUtils

    Permalink
  28. object SSLProtocol extends Enumeration

    Permalink
  29. object SeleniumServerOptions

    Permalink
  30. object SendKeysRequest extends Serializable

    Permalink
  31. object ServerStatus extends Serializable

    Permalink
  32. object ServerStatusResponse extends Serializable

    Permalink
  33. object SessionRequest extends Serializable

    Permalink
  34. object SessionResponse extends Serializable

    Permalink
  35. object Sessions extends Serializable

    Permalink
  36. object StringResponse extends Serializable

    Permalink
  37. object StubWebElement

    Permalink
  38. object TestDriver

    Permalink
  39. object TimeoutReq extends Serializable

    Permalink
  40. object TimeoutType extends Enumeration

    Permalink
  41. object TimeoutValueRequest extends Serializable

    Permalink
  42. object UrlRequest extends Serializable

    Permalink
  43. object Waitress

    Permalink
  44. object WindowHandle extends Serializable

    Permalink
  45. object WindowHandleResponse extends Serializable

    Permalink
  46. object WindowHandlesResponse extends Serializable

    Permalink

Ungrouped