Nicholas Marshall
Nicholas Marshall
If anybody else is trying to run this in Compose, I did this (with the Rosetta enabling above): ``` version: '3' services: chrome: image: browserless/chrome:latest platform: linux/amd64 ``` And now...
@camertron posted a helpful monkey-patch [here](https://github.com/dequelabs/axe-core-gems/issues/243) if anybody's interested.
I'm going to fork and publish this patch, because I use this shortcut constantly and need it.
I'm having this issue when migrating our system specs to Cuprite. From what I can tell, it's because this method changes the page target to `page.driver.browser`, which is a Capybara::Cuprite::Browser...
@khiga8 Thanks for the link! At this point, it seems like I'm going to be yelling at Selenium for the rest of my career 🙃. If you guys wind up...