bruindav
bruindav
Hi I tried your solution but get message NameError: name 'byte_str' is not defined Do I need more ?
Same problem with same versions as above. Is there a solution ??? Now I have to do call taskkill /im chrome.exe /f after running a test not really what I...
For me it was solved by removing the no-sandbox option capabilities: browserName: 'chrome' shardTestFiles: false maxInstances: 2 chromeOptions: 'args': ['no-sandbox']
For me it was solved by removing the no-sandbox argument capabilities: browserName: 'chrome' shardTestFiles: false maxInstances: 2 chromeOptions: 'args': ['no-sandbox'] 2018-04-25 19:08 GMT+02:00 StasGrishaev : > @sjelin any update on...