ggr icon indicating copy to clipboard operation
ggr copied to clipboard

Allow for blank window names.

Open skunkworker opened this issue 6 years ago • 2 comments

Selenium allows for blank/null window names when resizing, if left blank the current window is used. ggr seems to think that session/{{session_id}}/window//size is invalid because of the double // and changes it to be session/{{session_id}}/window/size and then selenium throws a 404.

skunkworker avatar May 02 '18 08:05 skunkworker

Need to investigate it. Basically for every request except POST /wd/hub/session Ggr just proxies everything to upstream host. What's behind Ggr?

vania-pooh avatar May 03 '18 09:05 vania-pooh

I just have selenium/standalone-chrome docker instances behind it.

skunkworker avatar May 04 '18 04:05 skunkworker