diff --git a/integrations/docker/ReadMe.md b/integrations/docker/ReadMe.md index 8763214a..d54cdbe6 100755 --- a/integrations/docker/ReadMe.md +++ b/integrations/docker/ReadMe.md @@ -26,6 +26,10 @@ https://docs.docker.com/engine/installation/ docker build -t seleniumbase . +If running on an Apple M1 Mac, use this instead: + + docker build --platform linux/amd64 seleniumbase . + #### 6. Run [the example test](https://github.com/seleniumbase/SeleniumBase/blob/master/examples/my_first_test.py) with Chrome inside your Docker: (Once the test completes after a few seconds, you'll automatically exit the Docker shell) docker run seleniumbase ./run_docker_test_in_chrome.sh diff --git a/mkdocs.yml b/mkdocs.yml index 48483e96..8e18382c 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -156,5 +156,6 @@ nav: extra: analytics: provider: google - property: UA-167313767-1 + property: G-P5KFWRNLRN + # property: UA-167313767-1 # google_analytics: ['UA-167313767-1', 'seleniumbase.io'] \ No newline at end of file