You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@harsha509 I think this issue can probably be closed. The Browser Options section, and the referenced example, is no longer present in the Remote Webdriver Page
Activity
github-actions commentedon Apr 25, 2023
@v-kumar, thank you for creating this issue. We will troubleshoot it as soon as we can.
Info for maintainers
Triage this issue by using labels.
If information is missing, add a helpful comment and then
I-issue-template
label.If the issue is a question, add the
I-question
label.If the issue is valid but there is no time to troubleshoot it, consider adding the
help wanted
label.After troubleshooting the issue, please add the
R-awaiting answer
label.Thank you!
titusfortner commentedon Apr 25, 2023
Yes, that code example is very much out of date.
As to the deprecation warning, instead of working with:
work with:
The object has attribute accessors for each of the things you can change (
#browser_version=
&#platform_name=
), so it should be more straightforwardv-kumar commentedon Apr 26, 2023
It's not still clear how to configure the remote browser based on the above information. Is just passing browser: :remote, good enough?
titusfortner commentedon Apr 26, 2023
I'm not a capybara expert, but this is the example code I have that works: https://github.com/saucelabs-training/demo-ruby/blob/main/selenium-examples/capybara-rspec/spec/spec_helper.rb#L16-L41
ghost commentedon Sep 13, 2023
Ah yes chromus depricatus
shbenzer commentedon Oct 16, 2024
@harsha509 I think this issue can probably be closed. The Browser Options section, and the referenced example, is no longer present in the Remote Webdriver Page
harsha509 commentedon Oct 16, 2024
Documentation for using the Options class is now available, along with updated code examples: Chrome Options.
Closing as resolved!