Packages

class iOSAppium extends Appium with LogSupport

Linear Supertypes
Appium, LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. iOSAppium
  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 iOSAppium(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. def adressingAllAlerts(): Boolean
  5. val appiumProcess: Option[Process]
    Attributes
    protected
    Definition Classes
    Appium
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @IntrinsicCandidate()
  8. def connect(appId: String): Unit

    connect the driver

    connect the driver

    Attributes
    protected
    Definition Classes
    iOSAppiumAppium
  9. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  10. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  11. var driver: Option[AppiumDriver]
    Attributes
    protected
    Definition Classes
    iOSAppiumAppium
  12. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  14. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  15. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. 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
  17. def getAllElements: List[WebElement]
    Definition Classes
    iOSAppiumAppium
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  19. def getPort: String
    Attributes
    protected
    Definition Classes
    Appium
  20. def getRidOfAlerts(conf: Config): Boolean
  21. def getServer: String
    Attributes
    protected
    Definition Classes
    Appium
  22. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @IntrinsicCandidate()
  23. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  24. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  25. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  26. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  27. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  28. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  29. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  30. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @IntrinsicCandidate()
  31. def stop(): Unit

    stop any running appium driver connection

    stop any running appium driver connection

    Attributes
    protected
    Definition Classes
    Appium
  32. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  33. 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
  34. 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
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  37. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  40. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  41. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  42. 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