- Get started from a simple task template in
tasks.robot
.- Uses Robot Framework syntax.
- You can configure your robot
robot.yaml
. - You can configure dependencies in
conda.yaml
.
- You can run the robot in the cloud by creating a RPA Cloud account.
- You can configure your robot
robot.yaml
to run in the cloud. - You can configure dependencies in
conda.yaml
.
- Only the robot is allowed to get the orders file. Without human intervention.
- The robot saves each order HTML receipt as a PDF file. and saves it to the
output
folder. - The robot saves a screenshot of each of the ordered robots.
- The robot embedds the screenshot of the robot to the PDF receipt.
- The robot creates a ZIP archive of the PDF receipts (one zip archive that contains all the PDF files). Store the archive in the output directory.
- The robot completes all the orders even when there are technical failures with the robot order website.