Skip to content

Commit a9a3b77

Browse files
committed
Update the docs
1 parent 14eafa2 commit a9a3b77

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

integrations/docker/ReadMe.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,10 @@ https://docs.docker.com/engine/installation/
2626

2727
docker build -t seleniumbase .
2828

29+
If running on an Apple M1 Mac, use this instead:
30+
31+
docker build --platform linux/amd64 seleniumbase .
32+
2933
#### 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)
3034

3135
docker run seleniumbase ./run_docker_test_in_chrome.sh

mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,5 +156,6 @@ nav:
156156
extra:
157157
analytics:
158158
provider: google
159-
property: UA-167313767-1
159+
property: G-P5KFWRNLRN
160+
# property: UA-167313767-1
160161
# google_analytics: ['UA-167313767-1', 'seleniumbase.io']

0 commit comments

Comments
 (0)