We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
As same as appium/ruby_lib_core#333 , Python selenium client is also going to get Options as capabilities. https://github.com/SeleniumHQ/selenium/blob/64447d4b03f6986337d1ca8d8b6476653570bcc1/py/selenium/webdriver/chromium/options.py
I haven't dug the implementation, but potentially this client also should consider to follow it. Probably this can be after #636 .
If necessary, describe the problem you have been experiencing in more detail.
Create a GIST which is a paste of your full Appium logs, and link them here.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The problem
As same as appium/ruby_lib_core#333 , Python selenium client is also going to get Options as capabilities.
https://github.com/SeleniumHQ/selenium/blob/64447d4b03f6986337d1ca8d8b6476653570bcc1/py/selenium/webdriver/chromium/options.py
I haven't dug the implementation, but potentially this client also should consider to follow it.
Probably this can be after #636 .
Environment
Details
If necessary, describe the problem you have been experiencing in more detail.
Link to Appium Logs
Create a GIST which is a paste of your full Appium logs, and link them here.
Code To reproduce issue
The text was updated successfully, but these errors were encountered: