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.
2 parents b79f26b + 4b622e4 commit c323f83Copy full SHA for c323f83
README.md
@@ -1,7 +1,7 @@
1
# Simple Python Selenium UI Automation Framework
2
3
This is a simple UI automation framework built with:
4
-- Python: 3.10, pytest 7.2.0, Selenium: 4.24.0 and GitHub Actions CI
+- Python: 3.9-3.12, pytest 7.2.0, Selenium: 4.24.0 and GitHub Actions CI
5
<br>
6
7
[](https://www.linkedin.com/in/dmytro-berezovskyi/)
@@ -22,7 +22,7 @@ This is a simple UI automation framework built with:
22
23
### Prerequisites
24
25
-- Python 3.8-3.11
+- Python 3.8-3.12
26
- Note, if you are not using MacOS with arm64 architecture or Selenium version below 4.24.0,
27
*upload the appropriate driver corresponding to your OS to the resources directory*
28
0 commit comments