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.
私はchimchatを使用してAndroidUIの自動化を行っています。xy位置を使用してギャラリーからの画像に触れる場合を除いて、すべてがうまくいきます。違いはありますか?誰か助けますか?
monkeydevice.press(x,y,MonkeyDevice.DOWN)thensleep(.1)と finallyを使ってみてくださいmonkeydevice.press(x,y,MonkeyDevice.UP)。何かを登録するのに十分な時間、スポットに触れていない可能性があります。
monkeydevice.press(x,y,MonkeyDevice.DOWN)
sleep(.1)
monkeydevice.press(x,y,MonkeyDevice.UP)