You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In CDP, Browser.getVersion returns userAgent fields that are used by Puppeteer for https://pptr.dev/api/puppeteer.browser.useragent which allows getting the user agent without a need for any browsing contexts to exist.
Does it make sense to add it to WebDriver BiDi? (perhaps, as the result of session.new command)