This topic demonstrates how to create artifacts that open Microsoft Word, click on the File menu, and then click the Info menu item.
-
In the right pane, click Artifacts.
The Artifacts pane is displayed. If you are not signed in to the RPA Platform, a notification appears. Click Click here to sign in.
- To create the artifact to open Microsoft Word, drag an Open Application activity into the workflow pane.
- Double-click the Open Application activity to open it.
- Enter the path to the EXE file in the Executable Path property, for example "C:\Program Files\Microsoft Office\root\Office16\WINWORD.EXE".
-
Click
and select Add Artifact to Database.
The Add Application Artifact dialog box is displayed. - Enter a meaningful name and the version of Word you are using in the fields provided, and then click Create.
- Double-click the Attach Window activity to open it.
- Click Indicate on Screen, switch to Microsoft Word and click.
-
Click
and select Add Artifact to Database.
The Add Window Artifact dialog box is displayed. - Modify or accept the values and then click Create.
- Drag a Click Element activity into the workflow pane directly below the Start node.
- Click Indicate on screen, switch to Microsoft Word and then click on the File menu.
-
Within the Click Element activity, click
and select Add Artifact to Database.
The Add Element Artifact dialog box is displayed. - Modify or accept the values and then click Create.
- Drag another Click Element activity into the workflow pane directly below the first one.
- Click Indicate on screen, switch to Microsoft Word and then click on Info.
-
Within the Click Element activity, click
and select Add Artifact to Database.
The Add Element Artifact dialog box is displayed. - Modify or accept the values and then click Create.
-
To test the workflow, click Run
.