Write Selenium and Appium tests in Python using the Page Object pattern. This Pythonic GUI and API test automation framework will help you get started with QA automation quickly. It comes with many useful integrations like - email, BrowserStack, Slack, TestRail, etc. This repository is developed and maintained by Qxf2 Services.
Because distutils was removed in Python 3.12, we get ModuleNotFoundError: module named 'distutils'.
I had to install setuptools to resolve this issue
pip install setuptools
Because distutils was removed in Python 3.12, we get ModuleNotFoundError: module named 'distutils'. I had to install setuptools to resolve this issue
pip install setuptools