Skip to content

TinaGrim/selenium-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatic Bot Application

Automatic Bot Application Built with PySide6 that automates browser interactions using Selenium.


Features

  • Repeatedly Actions:Uses Selenium to automate browser actions.

Installation

git clone https://github.com/TinaGrim/selenium_framework.git
cd Selenium_Framework
pip install -r requirements.txt
python main.py

Example

  1. Enter "MyApp" in the "Name" field.
  2. Enter "example.com" in the "Browser" field.
  3. Add an XPath (e.g., /html/body/div[1]/.../div[1]/form/div[5]/a) in the "Add" field.
  4. Select "Click" mode and click "Add".
  5. Click "Ready" to generate the script.
  6. Open text_output_pyside6.py to view the generated script.

Contact

For any questions or feedback, please contact tinasora5553@gmail.com.


Releases

No releases published

Packages

No packages published

Languages