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 4252919 commit 0907cf0Copy full SHA for 0907cf0
azure-pipelines.yml
@@ -28,6 +28,9 @@ jobs:
28
- script: python -m pip install --upgrade pip && pip install -r requirements.txt
29
displayName: 'Install dependencies'
30
31
+ - script: python setup.py develop
32
+ displayName: 'Install SeleniumBase'
33
+
34
- script: |
35
sudo apt install google-chrome-stable
36
sudo apt-get install firefox
0 commit comments