-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛 Bug]: WebDriver' object has no attribute 'get_downloadable_files #1553
Comments
@Mrrobi, thank you for creating this issue. We will troubleshoot it as soon as we can. Info for maintainersTriage this issue by using labels.
If information is missing, add a helpful comment and then
If the issue is a question, add the
If the issue is valid but there is no time to troubleshoot it, consider adding the
After troubleshooting the issue, please add the Thank you! |
What code guide are you following? |
https://www.selenium.dev/documentation/webdriver/drivers/remote_webdriver/ I am following this documentation |
can you share the whole code as a gist? |
https://gist.github.com/Mrrobi/2b5f9e22f15b662f40b3fe3b158b9558 here's the code |
Try using |
no luck :( same issue. |
The bottom line is that the example code here is executing and passing properly in our CI — https://github.com/SeleniumHQ/seleniumhq.github.io/actions/runs/7351869652/job/20015844161 Please double check the version of Selenium both in the grid and in the client are the latest. If neither of the above tell you why you are having a problem go ahead and open up a new issue in our primary repo (this one is just for the website documentation, which is working as intended) and fill out all of the information requested by the template— https://github.com/SeleniumHQ/selenium/issues/new/choose Thanks. |
What happened?
I have been trying to use docker hosted selenium standalone chrome container to remotely execute my selenium commands, now the issue is I need to download a file., my remote container is able to download the file properly but the problem occurs when I was trying to download the remotely downloaded file into my local machine, te get_downloadable_files() function kept showing error of
'WebDriver' object has no attribute 'get_downloadable_files'
What browsers and operating systems are you seeing the problem on?
I was using the https://hub.docker.com/r/selenium/standalone-chrome
this image to host a remote server of the selenium
The text was updated successfully, but these errors were encountered: