I tried to run an Appium test using the python script but I’m getting this error:
“selenium.common.exceptions.WebDriverException: Message: platform name is missing in the capabilities”. Could you please help me remove this error.
I tried to run an Appium test using the python script but I’m getting this error:
“selenium.common.exceptions.WebDriverException: Message: platform name is missing in the capabilities”. Could you please help me remove this error.
Hi Alex Walker,
This error is related to the selenium, pytest-selenium, and Appium-Python-Client versions that you’re using. And to help with this, try the below versions and define them on your “requirements.txt”:
selenium==3.14 pytest-selenium==2.0.1 Appium-Python-Client==1.0.0