Closed ppasupat closed 1 year ago
Group Selenium-specific code together so that future backends (alternatives to Selenium) can be integrated. The external-facing API remains the same.
action.py
selenium_actions.py
instance.py
selenium_instance.py
Please delete options that are not relevant.
pre-commit
pre-commit run --all-files
CONTRIBUTING.md
Description
Group Selenium-specific code together so that future backends (alternatives to Selenium) can be integrated. The external-facing API remains the same.
action.py
toselenium_actions.py
instance.py
toselenium_instance.py
Type of change
Please delete options that are not relevant.
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)