Let's open the Apptivo application and initialize it for the project by implementing the following steps:Â
- Double-click and get into the Init state in Main.xaml and scroll down a bit to open the workflow from Invoke InitiAllApplications workflow, as shown in the following screenshot:
- Next, we'll define the argument to pass around between the states. In the InitAllApplications.XAML file, let's add a new output argument called out_Browser with direction Out and type Browser (UiPath.Core.Browser). Note that you can get to InitAllApplications.xaml from the Framework folder in the Project tab.
- Add an Open Browser activity within InitAllApplications.xaml. In the Properties for this activity, update the following:
- Update the BrowserType to Chrome.
- Input the following URL into the Apptivo PO app: "https://www.apptivo.com/app/purchaseorders.jsp#/dashboard/show-all/"
...