Skip to content

Commit

Permalink
Selenium 4 support (#293)
Browse files Browse the repository at this point in the history
* Selenium 4 support
  • Loading branch information
BeyondEvil committed Apr 1, 2022
1 parent 140b18d commit 4a06ef2
Show file tree
Hide file tree
Showing 3 changed files with 362 additions and 127 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,9 @@ jobs:
strategy:
fail-fast: false
matrix:
python: ["3.6", "3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
python: ["3.7", "3.8", "3.9", "3.10", "pypy-3.8"]
os: [ubuntu-latest, windows-latest]
include:
- python: "3.6"
tox_env: "py36"
- python: "3.7"
tox_env: "py37"
- python: "3.8"
Expand Down Expand Up @@ -65,7 +63,6 @@ jobs:
uses: nanasess/setup-chromedriver@master

- name: Cache tox environments
if: matrix.os != 'windows-latest' && matrix.python != '3.6'
uses: actions/cache@v3
with:
path: .tox
Expand Down

0 comments on commit 4a06ef2

Please sign in to comment.