erikas.bits

Capabilities

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] = scala.None, chrome: Option[ChromeCapabilities] = scala.None, browserStack: Option[BrowserStackCapabilities] = scala.None) extends Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Capabilities
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new 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] = scala.None, chrome: Option[ChromeCapabilities] = scala.None, browserStack: Option[BrowserStackCapabilities] = scala.None)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. val acceptSslCerts: Boolean

  7. val applicationCacheEnabled: Boolean

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. val browserConnectionEnabled: Boolean

  10. val browserName: String

  11. val browserStack: Option[BrowserStackCapabilities]

  12. val chrome: Option[ChromeCapabilities]

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. val cssSelectorsEnabled: Boolean

  15. val databaseEnabled: Boolean

  16. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  19. val handlesAlerts: Boolean

  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. val javascriptEnabled: Boolean

  22. val locationContextEnabled: Boolean

  23. val nativeEvents: Boolean

  24. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  25. final def notify(): Unit

    Definition Classes
    AnyRef
  26. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  27. val platform: String

  28. val proxy: Option[Proxy]

  29. val rotatable: Boolean

  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. val takesScreenshot: Boolean

  32. val version: String

  33. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. val webStorageEnabled: Boolean

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped