Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在自动化我的茄子脚本以在 Android 上运行 USSD 应用程序。为此,我将焦点放在文本框上,然后键入text("12") 并继续。
有没有办法可以从测试用户那里得到这个输入?
谢谢,湿婆
我知道这是一个老问题,但我最近开始为 Android 开发 eggPlant 并认为我会回答。
在您希望输入用户定义的选项时,您可以使用ask命令和it变量:
ask
it
ask "Please enter your choice:" put it into choice
更多信息