Kasun Herath
Kasun Herath
### What happened? **Background:** I have configured a setup for Selenium Grid in Kubernetes with all relevant services which has the capability to understand incoming requests and create browser pods...
### What happened? ### Context: I'm trying to delete the node attach to the grid via below curl command ```cURL --request DELETE 'http:///se/grid/distributor/node/' --header 'X-REGISTRATION-SECRET;'``` above command gets executed successfully...
### What happened? I have customized the RemoteWebDriver through builder(); to add a readTimeOut and recently upgrade to latest version 4.22.0 and now when I run on grid the tests...