midscene/packages/web-integration
yuyutaotao 3d95460f44
docs(ai-model): update docs for ui-tars (#305)
* feat: update docs for ui-tars

* doc: update

* doc: update

* doc: update

* chore: update readme

* fix: ci

* docs: upgrade video

* chore: modify huagging face icon

---------

Co-authored-by: zhouxiao.shaw <zhouxiao.shaw@bytedance.com>
2025-01-22 09:24:29 +08:00
..
2025-01-17 10:31:04 +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.