IOSPortalHttpDriver connects to the local server started by mobilerun-ios --local. Import it from mobilerun_core_local.
IOSPortalHttpDriver
input_coordinate_size() returns the correct input dimensions.
Constructor
urlis the server base URL, normallyhttp://127.0.0.1:8080.tokenis optional for a loopback server. It must match--local-tokenwhen the server requires authentication.- A
401or403during connection raisesPermissionErrorwith token guidance.
Supported methods
uninstall_app() raises PlatformUnsupportedError. drag() raises NotImplementedError; use swipe() instead.