[Solved] Appium Error: Message: Message: Parameters were incorrect. We wanted {“required”:[“value”]}

Python version 3.7.4, selenium version 4.0.0, appium Python client version 2.0.0. See the title for errors

I try to change selenium version to 3.3.0, but I tried and couldn’t

Solution:

Python version uses 3.8.0. Uninstall selenium and directly install appium Python client. At this time, selenium version 4.0.0 and appium Python client version 2.0.0 can run normally.

Similar Posts: