Skip to content
New issue

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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

[馃悰 Bug]: Documentation for Remote WebDriver is at odds with deprecation warning. #1366

Open
v-kumar opened this issue Apr 25, 2023 · 5 comments
Labels
bug Something isn't working documentation Improvements or additions to documentation needs-triaging

Comments

@v-kumar
Copy link

v-kumar commented Apr 25, 2023

What happened?

Using ruby, for remote driver, the following example gives deprecation warning.

URL: https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/

image

image

However, it is not clear how to use Options only instead.

What browsers and operating systems are you seeing the problem on?

ruby selenium web-driver, v 4.8.x

@v-kumar v-kumar added bug Something isn't working needs-triaging labels Apr 25, 2023
@github-actions
Copy link
Contributor

@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
Copy link
Member

Yes, that code example is very much out of date.

As to the deprecation warning, instead of working with:

options = Remote::WebDriver::Capabilities.chrome

work with:

options = Options.chrome

The object has attribute accessors for each of the things you can change (#browser_version= & #platform_name=), so it should be more straightforward

@v-kumar
Copy link
Author

v-kumar commented 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?

  Capybara::Selenium::Driver.new app, browser: :remote, options: options,

@titusfortner
Copy link
Member

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

@asolntsev asolntsev added the documentation Improvements or additions to documentation label Sep 9, 2023
@CreationStory
Copy link

Ah yes chromus depricatus

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation needs-triaging
Projects
None yet
Development

No branches or pull requests

4 participants