Rick
Rick
I was also able to compile it for M1 but the Firefox browser when launched from the toolbar or in headless spider crawl, it is still Intel. Any ideas on...
Firefox that I have installed is a Universal Binary. Pretty weird that it picks/uses an Intel version.
Yeah you are right, gecko driver is still Intel. So that makes sense in this case. Firefox launched from the dock runs as Apple Silicon. I think the driver (or...
Also the drivers in the arm64 directory are not executable. It appears these are binaries for Linux with Arm processors. Apple Silicon seems to be **aarch64** In _webdrivers.gradle.kts_ it seems...
Not sure what you mean or what you want me to do? 😬
Ah gotcha 🙂 It's indeed **aarch64**
Output of `file` command: `geckodriver: Mach-O 64-bit executable arm64` I got some warnings showing in the console of Intellij IDEA: ``` 658657579144 geckodriver INFO Listening on 127.0.0.1:1813 1658657579207 mozrunner::runner INFO...
When I go to Tools > Options > Selenium > Webdrivers and click on Bundled the path changes to: `/Users/rickhoekman/Library/Application Support/ZAP_D/webdriver/macos/arm64/geckodriver` And this works! 🙂
Yeah, an oversight on my part 😬 What does Bundle do.. grabs/detects the right path? I guess the `ZAP_D` that is changing to that it is the development path? btw....
Still after every build, I have to Bundle it otherwise it still uses the Intel version. Even when the path is still set in Webdrivers.