-
Notifications
You must be signed in to change notification settings - Fork 30
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
unknown error: failed to wait for extension background page to load: #1
Comments
I have this 2 ! when the connection to the proxy is slow: |
And I'm too:
|
I also have the same problem, could someone have solved ?, Thanks
|
This works perfectly for me too but again when running chromedriver in headless mode I am getting failed to wait for extension background page to load: chrome-extension://hgifibfnlmmjjglblhlbmpknpfndibjh/_generated_background_page.html. |
Hello @RobinDev , I am having the same issue:
|
Hello @RobinDev , |
I am also facing same issue any update on this issue |
Use "--headless=new" option, instead of "--headless". Then will work. |
What are you trying to achieve? (Expected behavior)
I am using Selenium with the latest Chrome driver. I want to use a proxy with authorization and considering that this behavior is not supported I am following your guide: https://github.com/RobinDev/Selenium-Chrome-HTTP-Private-Proxy
What do you get instead? (Actual behavior)
Generally, it works. After hours of work at some point I am getting the following fatal error. Please note, that I am making many plugins for different proxies without any issue.
How could the issue be reproduced? (Steps to reproduce)
The code is pretty much the same with the "how to use it" from Selenium Chrome HTTP Private Proxy and I cannot think of any way to reproduce.
I am not sure if its related to your code, (probably not) but I 'd like to hear your input.
The text was updated successfully, but these errors were encountered: