Package

net.kenro.ji

jin

Permalink

package jin

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. class ChromeOptions extends AnyRef

    Permalink
  13. trait Condition extends AnyRef

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

    Permalink
  15. class Driver extends BaseDriver

    Permalink
  16. trait Element extends AnyRef

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

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

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

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

    Permalink
  21. sealed abstract class Enum extends AnyRef

    Permalink
  22. class Eventually extends AnyRef

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

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

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

    Permalink
  26. class IsClickableCondition extends Condition

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

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

    Permalink
  29. class PhantomJsOptions extends AnyRef

    Permalink
  30. 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
  31. case class QueueEmptyError(message: String) extends Exception with Product with Serializable

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

    Permalink
  33. trait Searcher extends AnyRef

    Permalink
  34. class SeleniumServerOptions extends AnyRef

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

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

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

    Permalink
  38. class Session extends AnyRef

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

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

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

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

    Permalink
  43. class StubWebElement extends Element

    Permalink
  44. class TestDriver extends BaseDriver

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

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

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

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

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

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

    Permalink
  51. class TitleIsCondition extends Condition

    Permalink
  52. class UrlDriver extends BaseDriver

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

    Permalink
  54. class Waitress extends AnyRef

    Permalink
  55. class WebElement extends Searcher with Element

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

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

    Permalink
  58. 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 ChromeOptions

    Permalink
  8. object ChromeSession

    Permalink
  9. object Condition

    Permalink
  10. object CreateSessionResponse extends Serializable

    Permalink
  11. object Driver

    Permalink
  12. object ElementClearRequest extends Serializable

    Permalink
  13. object ElementClickRequest extends Serializable

    Permalink
  14. object ElementResponse extends Serializable

    Permalink
  15. object ElementResponses extends Serializable

    Permalink
  16. object Eventually

    Permalink
  17. object ExecuteScriptRequest extends Serializable

    Permalink
  18. object FindElementRequest extends Serializable

    Permalink
  19. object FirefoxSession

    Permalink
  20. object Keys extends Enumeration

    Permalink
  21. object LocatorStrategy extends Enumeration

    Permalink
  22. object PhantomJsOptions

    Permalink
  23. object PhantomJsSession

    Permalink
  24. object Platform

    Permalink
  25. object Port

    Permalink
  26. object Proxy extends Serializable

    Permalink
  27. object ProxyType

    Permalink
  28. object ResponseUtils

    Permalink
  29. object Run extends App

    Permalink
  30. object SSLProtocol extends Enumeration

    Permalink
  31. object SeleniumRemoteSession

    Permalink
  32. object SeleniumServerOptions

    Permalink
  33. object SendKeysRequest extends Serializable

    Permalink
  34. object ServerStatus extends Serializable

    Permalink
  35. object ServerStatusResponse extends Serializable

    Permalink
  36. object SessionRequest extends Serializable

    Permalink
  37. object SessionResponse extends Serializable

    Permalink
  38. object Sessions extends Serializable

    Permalink
  39. object StringResponse extends Serializable

    Permalink
  40. object StubWebElement

    Permalink
  41. object TestDriver

    Permalink
  42. object TimeoutReq extends Serializable

    Permalink
  43. object TimeoutType extends Enumeration

    Permalink
  44. object TimeoutValueRequest extends Serializable

    Permalink
  45. object UrlRequest extends Serializable

    Permalink
  46. object Waitress

    Permalink
  47. object WindowHandle extends Serializable

    Permalink
  48. object WindowHandleResponse extends Serializable

    Permalink
  49. object WindowHandlesResponse extends Serializable

    Permalink

Ungrouped