x-Xymos

Results 4 comments of x-Xymos

This can be achieved with the following capability switch caps = selenium.Capabilities{"browserName": "chrome", "chromeOptions": map[string]interface{}{ "excludeSwitches": [1]string{"enable-automation"}, }, }

@akingscote what do you mean by that, can you post a code example

@akingscote you can add args in the following way ( I haven't included them all from your example ) import ( "fmt" "os" "github.com/tebeka/selenium" ) ... caps := selenium.Capabilities{ "browserName":...