case class iOSDevice(conf: Config) extends Device with LogSupport with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- iOSDevice
- Product
- Equals
- Device
- LogSupport
- LazyLogger
- LoggingMethods
- Serializable
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##: Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- val DB_LOCATION: String
the location of the permission db on the iPhone (14.5 14.7)
- val PERMISSIONS_GIVE: List[String]
permission names in the iOS database that need be given
- val PERMISSIONS_NOT_GIVE: List[String]
permission names in the iOS database that need not be given
- val PLATFORM_OS: PlatformOS
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def assertForegroundApp(appId: String, throwable: Throwable): Unit
- Definition Classes
- Device
- def checkBootState(): Boolean
- def clearStuckModals(): Unit
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
- def closeApp(appId: String): Unit
- val conf: Config
- macro def debug(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def debug(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def ensureDevice(): Unit
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- macro def error(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def error(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def getAppPackageAnalysis(conf: Config): Analysis
- def getAppVersion(path: String): Option[String]
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- def getForegroundAppId: Option[String]
- def getPid(appId: String): String
- def getPlatformSpecificData(appId: String): Option[String]
- def getPrefs(appId: String): Option[String]
- def increaseFailedInteractions(): Unit
- Attributes
- protected
- Definition Classes
- Device
- macro def info(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def info(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def installApp(app: MobileApp): Unit
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- macro def logAt(logLevel: LogLevel, message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- lazy val logger: Logger
- Attributes
- protected[this]
- Definition Classes
- LazyLogger
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @HotSpotIntrinsicCandidate()
- var objection: Option[Process]
- def performTouch(x: Int, y: Int): Unit
- def productElementNames: Iterator[String]
- Definition Classes
- Product
- def resetAndRestartApp(app: MobileApp): Unit
- Definition Classes
- Device
- def resetDevice(): Unit
- def resetFailedInteractions(): Unit
- Attributes
- protected
- Definition Classes
- Device
- def restartApp(appId: String): Unit
- Definition Classes
- Device
- def restartPhone(): Boolean
- def runFridaScript(pid: String, script: String): String
- Definition Classes
- Device
- def setAppPermissions(appId: String): Unit
- def startApp(appId: String, retries: Int): Unit
- def startFrida(): Unit
- def stopFrida(): Unit
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- macro def trace(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def trace(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def uninstallApp(appId: String): Unit
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- macro def warn(message: Any, cause: Throwable): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- macro def warn(message: Any): Unit
- Attributes
- protected
- Definition Classes
- LoggingMethods
- def withRunningFrida[T](func: => T): T
Deprecated Value Members
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable]) @Deprecated
- Deprecated