LoginSignup
0
0

Appium関連一式をUpdateする

Posted at

はじめに

Appiumを使ってAndroid上のChromeアプリを操作するPythonコードを書いていたのですが、開発途中で急に動作しなくなりました。
「Chrome Driverの最新版が見つからない」的なエラーが出たいので、Appium、uiautomator2、Appium-Python-Clientをupdateします。

Update手順

Appium

$ npm i -g appium

uiautomator2

$ appium driver update uiautomator2

Appium-Python-Client

$ pip install -U Appium-Python-Client

以上で、Chromeアプリを操作できるようになりました。

参考

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0