midscene/packages/web-integration
yuyutaotao 8479bcb652
feat: bridge mode - phase 2 (#257)
* feat: allow auto reconnect in bridge mode after disconnect

* feat: show agent progress in extension

* feat: allow using bridge mode in yaml

* doc: add doc for bridge mode

* doc: add doc for bridge mode

* docs: update screenshot
2025-01-10 10:55:41 +08:00
..
2025-01-10 10:55:41 +08:00
2025-01-10 10:55:41 +08:00
2025-01-09 07:06:20 +00:00

Documentation

Automate browser actions, extract data, and perform assertions using AI. It offers JavaScript SDK, Chrome extension, and support for scripting in YAML.

See https://midscenejs.com/ for details.

iOS/Android prerequisites

iOS/Android is driven by appium, so you need the following Appium tool chain first:

then execute the command to start appium server:

appium --use-plugins=universal-xml

now you can use run tests for iOS/Android devices:

npm run test:ai -- appium

License

Midscene is MIT licensed.