How to change User-Agent for WebdriverIO & Playwright Tests
One may want to change/update the user agent for various use cases.
One such use case is :
Ensuring user analytics (e.g. Segment) is not triggered for your automated test cases. Not doing this may result in a higher analytics bill.
Solution:
The so...
jagannath.dev2 min read