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 isTraceMessage(message: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    VncServer
  22. def log(message: String): Boolean

    Permalink
    Attributes
    protected
    Definition Classes
    VncServer
  23. def log(level: LogLevel, msg: ⇒ String, throwable: ⇒ Throwable): Unit

    Permalink
    Definition Classes
    Logging
  24. def log(level: LogLevel, msg: ⇒ String): Unit

    Permalink
    Definition Classes
    Logging
  25. def logStdErr(message: String): Unit

    Permalink
    Attributes
    protected
    Definition Classes
    VncServer
  26. def logStdOut(message: String): Unit

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  31. val processLogger: ProcessLogger

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

    Permalink
    Attributes
    protected
  33. def seleniumHost: String

    Permalink
    Attributes
    protected
  34. def seleniumProto: String

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

    Permalink
    Attributes
    protected
  36. def shutdown(): Unit

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

    Permalink
    Definition Classes
    VncServer
  38. def stderrName(): String

    Permalink
    Definition Classes
    VncServer
  39. def stdoutName(): String

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

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

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

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

    Permalink
    Definition Classes
    Logging
  44. lazy val url: String

    Permalink
  45. final def wait(): Unit

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

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

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

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

    Permalink
    Definition Classes
    Logging

Inherited from VncServer

Inherited from Logging

Inherited from AnyRef

Inherited from Any

Ungrouped