Packages

class AndroidAppium extends Appium with LogSupport

Linear Supertypes
Appium, LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AndroidAppium
  2. Appium
  3. LogSupport
  4. LazyLogger
  5. LoggingMethods
  6. Serializable
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new AndroidAppium(conf: Config)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val appiumProcess: Option[Process]
    Attributes
    protected
    Definition Classes
    Appium
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  7. def connect(appId: String): Unit

    appId

    not required for android

    Attributes
    protected
    Definition Classes
    AndroidAppiumAppium
  8. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  9. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. var driver: Option[AppiumDriver]
    Attributes
    protected
    Definition Classes
    AndroidAppiumAppium
  11. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  12. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  13. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  14. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. def findElementsByXPath(xpath: String): List[WebElement]

    retrieve currently displayed elements by xpath string

    retrieve currently displayed elements by xpath string

    xpath

    the xpath to use

    returns

    the list of elements

    Definition Classes
    Appium
  16. def getAllElements: List[WebElement]
    Definition Classes
    AndroidAppiumAppium
  17. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. def getPort: String
    Attributes
    protected
    Definition Classes
    Appium
  19. def getServer: String
    Attributes
    protected
    Definition Classes
    Appium
  20. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  22. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  23. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  24. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  26. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  27. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  28. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  29. def stop(): Unit

    stop any running appium driver connection

    stop any running appium driver connection

    Attributes
    protected
    Definition Classes
    Appium
  30. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  31. def takeElementScreenshot(element: WebElement): Option[BufferedImage]

    takes a screenshot of the given element

    takes a screenshot of the given element

    element

    the element to take a screenshot of

    returns

    an option for a buffered image (none if retrieving screenshot failed)

    Definition Classes
    Appium
  32. def takeScreenshot: Option[BufferedImage]

    take a screenshot

    take a screenshot

    returns

    an option of a buffered image screenshot (none if screenshot failed)

    Definition Classes
    Appium
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  35. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  36. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  37. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  38. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  40. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from Appium

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped