Closed
Description
driver.capabilities["browserName"]
now returns "chrome-headless-shell" for headless
Chrome on Chrome 120, which causes a few issues.
(Before, it was always returned "chrome"
for any type of Chrome.)
This is causing self.is_chromium()
to return False
on headless Chrome.
It might also be causing other issues to occur.