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
Documentation for Python in 'Override Device Mode' section missing:
https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/#override-device-mode
Are dev tools protocol not available for Python?
https://chromedevtools.github.io/devtools-protocol/tot/Emulation/#method-setDeviceMetricsOverride
Chrome Version: 97 Windows 10
The text was updated successfully, but these errors were encountered:
@harsha509 this section of the Documentation no longer exists, and is being deprecated with the BiDi implementation. Should this issue be closed?
Sorry, something went wrong.
HI @shbenzer ,
Thank you for looking into it!
Also as mentioned in docs, Chrome already has a good API for setting Mobile Emulation through the Options class, which works well for mobile testing.
We’ll go ahead and close this issue as Won't Fix.
Won't Fix.
No branches or pull requests
What happened?
Documentation for Python in 'Override Device Mode' section missing:
https://www.selenium.dev/documentation/webdriver/bidirectional/chrome_devtools/#override-device-mode
Are dev tools protocol not available for Python?
https://chromedevtools.github.io/devtools-protocol/tot/Emulation/#method-setDeviceMetricsOverride
What browsers and operating systems are you seeing the problem on?
Chrome Version: 97
Windows 10
The text was updated successfully, but these errors were encountered: