https://github.com/yuryalencar/robot-playwright-sample
This is an sample test using Robot Framework with Playwright (Browser Library)
https://github.com/yuryalencar/robot-playwright-sample
playwright playwright-python python python3 robot robotframework robotframework-testing
Last synced: 9 months ago
JSON representation
This is an sample test using Robot Framework with Playwright (Browser Library)
- Host: GitHub
- URL: https://github.com/yuryalencar/robot-playwright-sample
- Owner: yuryalencar
- License: mit
- Created: 2021-08-16T04:06:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-08-16T04:10:19.000Z (about 4 years ago)
- Last Synced: 2025-01-04T20:51:57.335Z (10 months ago)
- Topics: playwright, playwright-python, python, python3, robot, robotframework, robotframework-testing
- Language: RobotFramework
- Homepage: https://github.com/yuryalencar/robot-playwright-sample
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
Robot Framework + Playwright
Example used in this video: https://youtu.be/oTc8MDmQdEg
> Instale o Python no seu computador (Preferência Python 3)
```
https://www.python.org/downloads/
```
> Instale o Robot Framework
```
pip3 install robotframework
```
> Instale o Playwright para o Robot (Automacao web)
```
pip3 install robotframework-browser
```
```
rfbrowser init
```