The basic workflow is to go to a website and click on an
element.
- In RPA Designer, create a new project using the Blank Project skeleton.
-
In the
Blank Project dialog box:
- In the Process Name field, enter the process name
- From the Activity Version drop-down list, select the latest version.
Note: Changing the file location is not required. - Click Create.
-
From the left pane, drag and drop the
Open Browser activity below the
Start node in the middle pane:
- In the middle pane, double-click the Open Browser activity.
-
In the
Open Browser activity, in the
URL field, enter a URL enclosed in quotation marks and select
a browser:
The browser opens the specified URL.
-
In
RPA Designer, double-click the
Attach Window activity.
-
Add a
Click Element to the
Start node:
-
In the
Attach Window activity, from the menu in the upper right
corner, select
Batch Indicate.
- Indicate the browser window by hovering where the entire browser window is outlined in blue, then click.
-
Now you need to indicate where you want the click element activity
to happen. Hover over the
Sign-in element until it is outlined in blue. Click to
indicate it.
In RPA Designer, you can now see the screenshots of the window and element you indicated.
- Select the Click Element activity.
- In the Properties pane, change the Delay After property to 5000 to allow enough time to visually see the login page before it closes.
-
In the upper left corner, click
Run
to test that your
indications are correct.
You should see a browser window open, going to the URL, and then the Sign-in page will be displayed briefly before closing.
- If you need to re-indicate the browser window or the click element, from the menu , select Indicate on Screen.