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
{{ message }}
This repository has been archived by the owner on Dec 17, 2024. It is now read-only.
results in GGR log 2023/09/15 14:37:44 [3226] [2.01s] [SESSION_CREATED] [test] [10.xx.xx.xx] [chrome-114] [192.168.xx.xx:5002] [14bba25c7a8c47b56aeb2fb0bf1f3cae] [1] [-]
--> Not OK. Only browser was added, but no labels
The text was updated successfully, but these errors were encountered:
@martingrossmann sorry for the delay. Checked source code. Currently selenoid:options namespace is not supported in Ggr. Ggr is only able to get keys either from desiredCapabilities or from capabilities > alwaysMatch \ firstMatch on the top level. So it will work like this:
With Selenium 4 I have to use the W3C protocol extensions for custom capabilties like for Selenoid.
Adding labels to
selenoid:options
they aren't visible any more in GGR logs:Selenium 3 caps
results in GGR log
2023/09/15 14:32:36 [2731] [2.19s] [SESSION_CREATED] [test] [10.xx.xx.xx] [chrome-114 foo=bar] [192.168.xx.xx:5001] [129d5982f2c3221dd7faec52cff0e614] [1] [-]
--> OK
Selenium 4 caps
results in GGR log
2023/09/15 14:37:44 [3226] [2.01s] [SESSION_CREATED] [test] [10.xx.xx.xx] [chrome-114] [192.168.xx.xx:5002] [14bba25c7a8c47b56aeb2fb0bf1f3cae] [1] [-]
--> Not OK. Only browser was added, but no labels
The text was updated successfully, but these errors were encountered: