org.pageobject.core.driver.vnc

SeleniumVncServer

trait SeleniumVncServer extends VncServer

A trait providing the URL used to connect to selenium running inside of the VNC Server.

Linear Supertypes
VncServer, Logging, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. SeleniumVncServer
  2. VncServer
  3. Logging
  4. AnyRef
  5. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def checkCommand: Option[String]

    Attributes
    protected
    Definition Classes
    VncServer
  2. abstract def id: Int

    Attributes
    protected
    Definition Classes
    VncServer
  3. abstract def onTerminated: (Boolean) ⇒ Unit

    Attributes
    protected
    Definition Classes
    VncServer
  4. abstract def seleniumPort: Int

  5. abstract def startCommand: Option[String]

    Attributes
    protected
    Definition Classes
    VncServer
  6. abstract def stopCommand: Option[String]

    Attributes
    protected
    Definition Classes
    VncServer

Concrete 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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def checkConnection(): Boolean

    Definition Classes
    VncServer
  8. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def debug(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  10. def debug(msg: ⇒ String): Unit

    Definition Classes
    Logging
  11. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  12. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  13. def error(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  14. def error(msg: ⇒ String): Unit

    Definition Classes
    Logging
  15. def execute(cmd: String, extraEnv: (String, String)*): Process

    Attributes
    protected
    Definition Classes
    VncServer
  16. def extraEnv: Seq[(String, String)]

    Attributes
    protected
    Definition Classes
    SeleniumVncServerVncServer
  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. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  20. def info(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  21. def info(msg: ⇒ String): Unit

    Definition Classes
    Logging
  22. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  23. def log(message: String): Boolean

    Attributes
    protected
    Definition Classes
    VncServer
  24. def name: String

    Definition Classes
    VncServer
  25. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  28. val processLogger: ProcessLogger

    Attributes
    protected
    Definition Classes
    VncServer
  29. def seleniumCommand: Option[String]

    Attributes
    protected
  30. def seleniumScript: Option[String]

    Attributes
    protected
  31. def shutdown(): Unit

    Definition Classes
    VncServer
  32. def start(): Unit

    Definition Classes
    VncServer
  33. def stderrName: String

    Definition Classes
    VncServer
  34. def stdoutName: String

    Definition Classes
    VncServer
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  36. def toString(): String

    Definition Classes
    AnyRef → Any
  37. def trace(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  38. def trace(msg: ⇒ String): Unit

    Definition Classes
    Logging
  39. lazy val url: String

  40. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  43. def warn(msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Definition Classes
    Logging
  44. def warn(msg: ⇒ String): Unit

    Definition Classes
    Logging

Inherited from VncServer

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped