We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd7b1b6 commit 27a73c6Copy full SHA for 27a73c6
install.bat
@@ -0,0 +1,5 @@
1
+@ECHO OFF
2
+python -m pip install --upgrade pip
3
+pip install -e . --upgrade --no-cache-dir --progress-bar off
4
+seleniumbase install geckodriver
5
+seleniumbase install chromedriver
install.sh
+#!/usr/bin/env bash
0 commit comments