Closed jamintz closed 4 months ago
This seems like an issue with Chrome itself or the Python webdriver, not this buildpack. Here's some ideas for investigating & hopefully solving this problem:
What arguments are you starting Chrome with? Perhaps try --headless=new
to use the real browser implementation, instead of the original separate "headless" browser.
What version of Selenium WebDriver is being used? Perhaps try upgrading to the most recent Selenium version.
If these ideas are not fruitful, then try posting a new issue in Selenium's GitHub repo.
Thanks, the --headless=new
fixed it
Seems as if after a recent update, browser.window_handles no longer works. Full stacktrace below: