Let's see business objects in action. First, we will start with creating our very own Business Object, Amazon – Search. We add -Search to the end of the name for the purpose of describing what we want to do with the object.
In the Amazon – Search object, we will empower the robot to perform these actions:
- Launch: Opens Internet Explorer and navigates to the page http://www.amazon.com
- Terminate: Closes the Internet Explorer browser
As we progress through the build, we will add more complex stuff, such as the Search and Add to basket actions:
- Launch the Blue Prism interactive client. In the Studio tab, click on the Objects folder, the container that Blue Prism uses for storing all the Business Objects in the system. Notice that, like the Processes folder, the Objects folder has a folder named Default that was pre-created by the installer...