For a browser test I am trying to set up I need to bypass a specific form that I can do by setting the user agent string to be google bot.
This works fine when I use the normal api based tests using { http }, however, when I want to take a screenshot of a page, or interact with components I need to use { browser }. It does not seem browser uses the user-agent set in the exported options, not does it seem to have the option to set it in its own options.
Is it possible to set the user-agent for browser based testing, and if so, how?