cbmarcum commented on code in PR #310: URL: https://github.com/apache/groovy-geb/pull/310#discussion_r3028881289
########## doc/manual-snippets/real-browser/src/test/resources/GebConfig.groovy: ########## @@ -16,7 +16,7 @@ * specific language governing permissions and limitations * under the License. */ -import org.openqa.selenium.chrome.ChromeOptions +import org.openqa.selenium.firefox.FirefoxOptions Review Comment: Sort of. This is a container test and I'm using macOS arm64 and there is no native Chrome arm64 so image they fail for me. That is the reason I changed the default container browser from Chrome to Firefox. [docker-selenium architectures](https://github.com/SeleniumHQ/docker-selenium?tab=readme-ov-file#browser-images-in-multi-arch). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
