akingscote
akingscote
hmm it dosent seem to work if there are chrome capabilities as well :/
Sure, so the following works as expected: ``` import ( "fmt" "os" "github.com/tebeka/selenium" ) ... caps := selenium.Capabilities{ "browserName": "chrome", "chromeOptions": map[string]interface{}{ "excludeSwitches": [1]string{"enable-automation"}, }, } ``` I dont have...
fantastic thats got it thank you very much. My example was pretty bad, because `--headless` contradicts `--start-maximized`, but adding the args directly to the `chromeOptions` instead of separately has done...
You just need to run: ``` Import-Module -Name "./MFASweep.ps1" ``` Then you can follow as documented 👍