tool · inferred from evidence
ChromeDriver
A tool for automating the Chrome browser, used here in a containerized environment to drive browser tests.
- Chrome team removes `--load-extension` switch on Chrome builds
How to chrome team removes --load-extension switch on Chrome builds. Verified in gh:SeleniumHQ/selenium#15788.
- org.openqa.selenium.WebDriverException: unknown error: result.webdriverValue.value list is missing or empty in...
Covers this Selenium problem: org.openqa.selenium.WebDriverException: unknown error: result.webdriverValue.value list is missing or empty in.... [titusfortner (member)]: The unknown-error driver failures come from a Chrome/ChromeDriver vers
- Chrome 111 is not compatible with default HTTP Client
If ChromeDriver fails to start after the Chrome 111 update, add --remote-allow-origins=* to your ChromeOptions as a workaround. The underlying issue (Selenium's Java HTTP client setting the Origin header) was fixed in Selenium 4.9.0, so upg
- M1/ARM: ChromeDriver fails with qemu error: Could not open '/lib64/ld-linux-x86-64.so.2'
Enable Docker Desktop's "Rosetta for x86/amd64 emulation" (in newer Docker Desktop versions it moved from Features in Development to the General tab), then force the amd64 image: `docker run --platform linux/amd64 -p 3000:3000 browserless/c