tool · inferred from evidence
ChromeDriver
A tool for automating the Chrome browser, used here in a containerized environment to drive browser tests.
- M1/ARM: ChromeDriver fails with qemu error: Could not open '/lib64/ld-linux-x86-64.so.2'
Running the browserless/chrome docker image on an M1 Mac for cucumber tests that talk to Chrome via the devtools protocol. The container dies with: `qemu-x86_64: Could not open '/lib64/ld-linux-x86-64.so.2': No such file or directory`. Same