Packages

case class iOSDevice(conf: Config) extends Device with LogSupport with Product with Serializable

Linear Supertypes
Product, Equals, Device, LogSupport, LazyLogger, LoggingMethods, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. iOSDevice
  2. Product
  3. Equals
  4. Device
  5. LogSupport
  6. LazyLogger
  7. LoggingMethods
  8. Serializable
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new iOSDevice(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 DB_LOCATION: String

    the location of the permission db on the iPhone (14.5 14.7)

  5. val PERMISSIONS_GIVE: List[String]

    permission names in the iOS database that need be given

  6. val PERMISSIONS_NOT_GIVE: List[String]

    permission names in the iOS database that need not be given

  7. val PLATFORM_OS: PlatformOS
    Definition Classes
    iOSDeviceDevice
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def assertForegroundApp(appId: String, throwable: Throwable): Unit
    Definition Classes
    Device
  10. def checkBootState(): Boolean
    Definition Classes
    iOSDeviceDevice
  11. def clearStuckModals(): Unit
    Definition Classes
    iOSDeviceDevice
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. def closeApp(appId: String): Unit
    Definition Classes
    iOSDeviceDevice
  14. val conf: Config
  15. macro def debug(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  16. macro def debug(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  17. def ensureDevice(): Unit
    Definition Classes
    iOSDeviceDevice
  18. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. macro def error(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  20. macro def error(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  21. def getAppPackageAnalysis(conf: Config): Analysis
    Definition Classes
    iOSDeviceDevice
  22. def getAppVersion(path: String): Option[String]
    Definition Classes
    iOSDeviceDevice
  23. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  24. def getForegroundAppId: Option[String]
    Definition Classes
    iOSDeviceDevice
  25. def getPid(appId: String): String
    Definition Classes
    iOSDeviceDevice
  26. def getPlatformSpecificData(appId: String): Option[String]
    Definition Classes
    iOSDeviceDevice
  27. def getPrefs(appId: String): Option[String]
    Definition Classes
    iOSDeviceDevice
  28. def increaseFailedInteractions(): Unit
    Attributes
    protected
    Definition Classes
    Device
  29. macro def info(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  30. macro def info(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  31. def installApp(app: MobileApp): Unit
    Definition Classes
    iOSDeviceDevice
  32. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  33. macro def logAt(logLevel: LogLevel, message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  34. lazy val logger: Logger
    Attributes
    protected[this]
    Definition Classes
    LazyLogger
  35. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  37. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. var objection: Option[Process]
  39. def performTouch(x: Int, y: Int): Unit
    Definition Classes
    iOSDeviceDevice
  40. def productElementNames: Iterator[String]
    Definition Classes
    Product
  41. def resetAndRestartApp(app: MobileApp): Unit
    Definition Classes
    Device
  42. def resetDevice(): Unit
    Definition Classes
    iOSDeviceDevice
  43. def resetFailedInteractions(): Unit
    Attributes
    protected
    Definition Classes
    Device
  44. def restartApp(appId: String): Unit
    Definition Classes
    Device
  45. def restartPhone(): Boolean
    Definition Classes
    iOSDeviceDevice
  46. def runFridaScript(pid: String, script: String): String
    Definition Classes
    Device
  47. def setAppPermissions(appId: String): Unit
    Definition Classes
    iOSDeviceDevice
  48. def startApp(appId: String, retries: Int): Unit
    Definition Classes
    iOSDeviceDevice
  49. def startFrida(): Unit
    Definition Classes
    iOSDeviceDevice
  50. def stopFrida(): Unit
    Definition Classes
    iOSDeviceDevice
  51. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  52. macro def trace(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  53. macro def trace(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  54. def uninstallApp(appId: String): Unit
    Definition Classes
    iOSDeviceDevice
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  57. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  58. macro def warn(message: Any, cause: Throwable): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  59. macro def warn(message: Any): Unit
    Attributes
    protected
    Definition Classes
    LoggingMethods
  60. def withRunningFrida[T](func: => T): T
    Definition Classes
    iOSDeviceDevice

Deprecated Value Members

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

Inherited from Product

Inherited from Equals

Inherited from Device

Inherited from LogSupport

Inherited from LazyLogger

Inherited from LoggingMethods

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped