-
Notifications
You must be signed in to change notification settings - Fork 74
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
GGR interrupts the session if there are extensions in capabilities #255
Comments
Encounter exactly the same issue, without ggr, selenoid grid itself works fine. Sample code:
Exception we met:
|
@azapevalov Ggr proxies all requests and interrupts the request if requested browser is not found. Authentication is always extracted from respective HTTP header. So don't get the issue. |
I can not understand where browsers. |
@azapevalov need HTTP traffic between Ggr and test then. |
@azapevalov were you able to conclude this issue ? |
yes and no. |
The issue is reproduced for me with preconditions from @kevinwee0712 |
Try to use -guests-allowed to bypass it and then your addon could work again. Also try to login as guest, like http://ggr_host:4445/wd/hub. Don't use http://user_name@ggr_host:4445/wd/hub. Following is my ggr service part in docker compose file. |
preconditions: java, selenium, desireCapabilities with extensions
when I create session through RemoteWebDriver, I get error:
there is nothing in grr logs
problem is not observed for guest quota,
only auth connection
The text was updated successfully, but these errors were encountered: