Automatic Bot Application Built with PySide6 that automates browser interactions using Selenium.
- Repeatedly Actions:Uses Selenium to automate browser actions.
git clone https://github.com/TinaGrim/selenium_framework.git
cd Selenium_Framework
pip install -r requirements.txt
python main.py
- Enter "MyApp" in the "Name" field.
- Enter "example.com" in the "Browser" field.
- Add an XPath (e.g.,
/html/body/div[1]/.../div[1]/form/div[5]/a
) in the "Add" field. - Select "Click" mode and click "Add".
- Click "Ready" to generate the script.
- Open
text_output_pyside6.py
to view the generated script.
For any questions or feedback, please contact tinasora5553@gmail.com.