Skip to content

Commit 4a06ef2

Browse files
authored
Selenium 4 support (#293)
* Selenium 4 support
1 parent 140b18d commit 4a06ef2

File tree

3 files changed

+362
-127
lines changed

3 files changed

+362
-127
lines changed

.github/workflows/test.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,9 @@ jobs:
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
python: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
21+
python: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
2222
os: [ubuntu-latest, windows-latest]
2323
include:
24-
- python: "3.6"
25-
tox_env: "py36"
2624
- python: "3.7"
2725
tox_env: "py37"
2826
- python: "3.8"
@@ -65,7 +63,6 @@ jobs:
6563
uses: nanasess/setup-chromedriver@master
6664

6765
- name: Cache tox environments
68-
if: matrix.os != 'windows-latest' && matrix.python != '3.6'
6966
uses: actions/cache@v3
7067
with:
7168
path: .tox

0 commit comments

Comments
 (0)