midscene/packages/web-integration
Zhou Xiao 36d47e4aef
feat(playwright): add aiTap/aiInput and other AI actions for Playwright integration (#489)
* feat(playwright): add aiTap/aiInput and other AI actions for Playwright integration

* chore: update doc

---------

Co-authored-by: yutao <yutao.tao@bytedance.com>
2025-03-24 19:30:53 +08:00
..
2025-03-19 08:16:01 +00:00
2025-03-12 13:49:50 +08: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.