mirror of
https://github.com/web-infra-dev/midscene.git
synced 2025-07-24 09:21:03 +00:00

* docs: release android automation * chore(docs): update doubao docs * chore(docs): merge docs for doubao * docs(android): update * docs(site): add more android case * docs(site): update slogan and authors * docs(site): android yaml * docs(core): instruction for override config * docs(core): update readme * Update README.md * docs(core): update readme * docs(core): update readme * docs(core): update readme * docs(core): update readme * docs(core): update README and blog for Android automation support * docs(core): update android playground doc * docs(core): enhance Android integration documentation with setup instructions * docs(core): update android playground doc * docs(core): update Android integration documentation and add setup instructions * docs(core): update bridge mode title * docs(core): update yaml docs * docs(site): chore update * docs(site): update YAML documentation with setup instructions and clarify parameters * docs(core): update instructions * chore: update docs * chore: update bridge mode docs * docs(site): translate to zh * docs(site): translate error * docs(site): remove unnecessary code block in YAML automation documentation * docs(core): update blog * docs(core): update instructions * docs(core): update instructions --------- Co-authored-by: yutao <yutao.tao@bytedance.com> Co-authored-by: yuyutaotao <167746126+yuyutaotao@users.noreply.github.com>
29 lines
728 B
Plaintext
29 lines
728 B
Plaintext
import StartExperience from './common/start-experience.mdx';
|
|
import PrepareAndroid from './common/prepare-android.mdx';
|
|
|
|
# Quick Experience with Android
|
|
|
|
By using Midscene.js playground, you can quickly experience the main features of Midscene on Android devices, without needing to write any code.
|
|
|
|

|
|
|
|
<PrepareAndroid />
|
|
|
|
## Run Playground
|
|
|
|
```bash
|
|
npx --yes @midscene/android-playground
|
|
```
|
|
|
|
## Config API Key
|
|
|
|
Click the gear button to enter the configuration page and paste your API key config.
|
|
|
|

|
|
|
|
Refer to [Config Model and Provider](./model-provider) document, config the API Key.
|
|
|
|
<StartExperience />
|
|
|
|
* [Integrate javascript SDK with Android](./integrate-with-android)
|