Midscene x adb is still under development. You may use this demo if you want to have an early access.
This is a demo to show how to use adb to control android to do some automation tasks.
create .env
file
# replace by your gpt-4o api key
OPENAI_API_KEY="YOUR_TOKEN"
connect an Android device with adb
Refer to this document if your want to use other models like Qwen: https://midscenejs.com/choose-a-model
install deps
npm install
case1:
npm run test -- setting.test.ts
or case2:
npm run test -- todo.test.ts