Added example scripts for using selenium

This commit is contained in:
Niels Geens
2024-12-03 13:45:17 +01:00
parent be81d117ac
commit 56563d7c72
3 changed files with 49 additions and 0 deletions

5
selenium/start.sh Normal file
View File

@@ -0,0 +1,5 @@
/opt/google/chrome/chrome \
--no-sandbox \
--headless=new \
--remote-debugging-port=1234 \
https://google.be &