Releases: wobsoriano/touchpress
Releases · wobsoriano/touchpress
Release list
touchpress@0.2.2
Patch Changes
- 847f7c7: Bump agent-device to 0.21.1
touchpress@0.2.1
Patch Changes
- 5daccf8: Find a filled field again by its role rather than its raw tree index, so a fill retry never writes to the node the software keyboard shifted into the field's place.
touchpress@0.2.0
Minor Changes
- 430001a: Add
device.goBack,device.keyboard.type,device.clearState, anddevice.clearKeychain.goBackpresses the platform gesture on Android and the app's own control on iOS.keyboard.typetypes into whatever holds focus, for a field with nothing to select on.clearStatediscards the app's stored state, then relaunches and waits for the ready gate.clearKeychainresets the simulator keychain on iOS, which every app on it shares, and does nothing on Android.
touchpress@0.1.3
Patch Changes
- de6417d: Retarget a tap or a long press the driver refuses onto the control that covers the matched node, and report where it landed.
touchpress@0.1.2
Patch Changes
- f555fa3: Confirm a fill into an Android password field, which is a plain
text-fieldthat reads back a mask.
touchpress@0.1.1
Patch Changes
- 2494598: Confirm a fill against normalized text, match global regexes on every sibling, paint a screenshot mask only where it overlaps the image, name unnamed baselines by their full title path, run a model turn's tool calls one at a time, drop undeclared tool input keys, and type-check without
aiinstalled.
touchpress@0.1.0
Minor Changes
- cb7a838: Add
device.actanddevice.extract, which drive the app and read the screen with a model set through the newaiModeloption.
touchpress@0.0.2
Patch Changes
- 1e58d6e: Initial release