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
It prevents automated tests from working correctly with errors like Selenium::WebDriver::Error::UnknownError: unknown error: failed to close window in 20 seconds or Selenium::WebDriver::Error::InvalidArgumentError: invalid argument: 'handle' must be a string
Steps to reproduce
Any Capybara code running on MacOS with selenium_chrome and selenium_chrome_headless has this issue.
The text was updated successfully, but these errors were encountered:
vrodic
changed the title
Google Chrome drivers broken on MacOS because of search engine selection modal
Google Chrome selenium drivers broken on MacOS because of search engine selection modal
Aug 21, 2024
Meta
Capybara Version:
3.40
Driver Information (and browser if relevant):
selenium_chrome
andselenium_chrome_headless
PR #2768 solves this issue.
Expected Behavior
There should be no search engine selection modal.
Actual Behavior
It prevents automated tests from working correctly with errors like
Selenium::WebDriver::Error::UnknownError: unknown error: failed to close window in 20 seconds
orSelenium::WebDriver::Error::InvalidArgumentError: invalid argument: 'handle' must be a string
Steps to reproduce
Any Capybara code running on MacOS with
selenium_chrome
andselenium_chrome_headless
has this issue.The text was updated successfully, but these errors were encountered: