You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Feat: Tap, long press, swipe, button, keys and text on Android now go through the embedded agent instead of adb shell input, which forked a JVM on the device per call, thanks to @akexorcist for finding the bottleneck and the fix in #286 (#412)
Fix: mobilecli io longpress accepts an element ref like @e5, the way io tap already did (#413)
Fix(ios): Read and write the simulator clipboard through the devicekit agent, since simctl pbcopy silently leaves the pasteboard empty on iOS 26.5 (#425)
Fix(android): Detect the foreground app on devices with more than one display (#423), thanks to @akexorcist