Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/asif-shahriar/robot-framework-automation
Web automation project of Selenium Robot Framework using Page Object Model
https://github.com/asif-shahriar/robot-framework-automation
page-object-model python robotframework selenium
Last synced: 13 days ago
JSON representation
Web automation project of Selenium Robot Framework using Page Object Model
- Host: GitHub
- URL: https://github.com/asif-shahriar/robot-framework-automation
- Owner: asif-shahriar
- Created: 2024-03-24T08:59:43.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T09:18:19.000Z (8 months ago)
- Last Synced: 2024-10-09T23:40:55.077Z (about 1 month ago)
- Topics: page-object-model, python, robotframework, selenium
- Language: RobotFramework
- Homepage: https://automationexercise.com/
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web automation using Robot Framework
* Install **Python** and **PyCharm** in your local device
* Install **Intellibot #patched** plugin on **Pycharm**
* Clone the project
* Open terminal in the root folder and run the following command:
```
pip install -r prerequisites.txt
```## How to run this project
* Open terminal in the root folder
* Run the following set of commands:
```
robot Runners
```
## Robot Framework Report Screenshot
![2024-03-24_15-08-37](https://github.com/asif-shahriar/Robot-Framework-Automation/assets/71173675/6220bcb2-7831-4eb5-a657-8531ccb38f07)
![2024-03-24_15-08-55](https://github.com/asif-shahriar/Robot-Framework-Automation/assets/71173675/f6eb2c36-4c66-4669-862e-cdc67853cdbf)