An open API service indexing awesome lists of open source software.

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)

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
```