Basic RPA Workflow
This workflow performs the following steps:
- Open Internet Explorer
- Navigate to http://BarooBoos.com
- Grab the text in the H1 element and store it in the variable "title"
- Test title variable contains "Graham & Ginger"
- If it does, display success message
- If it does not, display failure message and a log error message
- Close Internet Explorer