The problem
Using APC==3.0.0 and Selenium==4.13.0 (and Python 3.9.6) I am getting:
TypeError: __init__() got an unexpected keyword argument 'desired_capabilities'
I have seen a lot of these tickets get closed, but I still am not clear on what exactly I should be using instead of desired caps for my iOS and Android Appium tests using these versions. Please do not just close this and link an already closed ticket. I want to know what I should be using instead...thank you!
Environment
- Appium version (or git revision) that exhibits the issue: 3.0.0
- Mobile platform/version under test: iOS and Android
- Real device or emulator/simulator: Real
- Appium CLI or Appium.app|exe: CLI
The problem
Using APC==3.0.0 and Selenium==4.13.0 (and Python 3.9.6) I am getting:
TypeError: __init__() got an unexpected keyword argument 'desired_capabilities'I have seen a lot of these tickets get closed, but I still am not clear on what exactly I should be using instead of desired caps for my iOS and Android Appium tests using these versions. Please do not just close this and link an already closed ticket. I want to know what I should be using instead...thank you!
Environment