Trait

org.pageobject.core.driver.vnc

SeleniumVncServer

Related Doc: package vnc

Permalink

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
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def checkCommand: Option[String]

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

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

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

    Permalink
  5. abstract def startCommand: Option[String]

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

    Permalink
    Attributes
    protected
    Definition Classes
    VncServer

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def checkConnection(): Boolean

    Permalink
    Definition Classes
    VncServer
  6. def clone(): AnyRef

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

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

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

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

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    SeleniumVncServerVncServer
  15. def finalize(): Unit

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

    Permalink
    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

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

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

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

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

    Permalink
    Attributes
    protected
    Definition Classes
    VncServer
  22. def name: String

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

    Permalink
    Definition Classes
    AnyRef
  24. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  25. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  26. val processLogger: ProcessLogger

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

    Permalink
    Attributes
    protected
  28. def seleniumScript: Option[String]

    Permalink
    Attributes
    protected
  29. def shutdown(): Unit

    Permalink
    Definition Classes
    VncServer
  30. def start(): Unit

    Permalink
    Definition Classes
    VncServer
  31. def stderrName: String

    Permalink
    Definition Classes
    VncServer
  32. def stdoutName: String

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

    Permalink
    Definition Classes
    AnyRef
  34. def toString(): String

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

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

    Permalink
    Definition Classes
    Logging
  37. lazy val url: String

    Permalink
  38. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from VncServer

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped