gemini-testing / testplane

Testplane (ex-hermione) browser test runner based on mocha and wdio
https://testplane.io
MIT License
720 stars 63 forks source link

fix: add user agent to args automatically #1026

Closed shadowusr closed 1 month ago

shadowusr commented 1 month ago

Context: chropeOptions.userAgent doesn't work for tabs opened after the first one. Adding it to args is a workaround that works.

Tested on webdriverio and Selenium Python, they all have the same issue.