/template-robot-framework-playwright

Want to build a Playwright-based browser robot? This template robot uses Robot Framework syntax, includes all the necessary dependencies and initialization commands, and provides a simple task template to start from.

Primary LanguageRobotFrameworkApache License 2.0Apache-2.0

Template: Robot Framework - Browser automation with Playwright

Want to build a Playwright-based browser robot? Great!

This template robot:

RPA Form challenge

The challenge consists of downloading an Excel spreadsheet, extracting the data from it and filling the form on the website with the data for ten times.

More in detail, when run, this robot will:

  • download the test Excel file from the rpachallenge.com website
  • collect the data from the downloaded Excel file
  • start the challenge clicking on the Start button
  • loop through the data and fill the forms for 10 times
  • take a screenshot of the results page
  • write log and report files
  • close the browser

Learning materials