Skip to content

Latest commit

 

History

History
24 lines (21 loc) · 430 Bytes

README.md

File metadata and controls

24 lines (21 loc) · 430 Bytes

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