Skip to content

yuryalencar/robot-playwright-sample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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