Now, let's use the UiPath recorder function to add the activities so that we can extract data from the Crunchbase website:
- On your Chrome browser, go ahead and open https://www.crunchbase.com/organization/uber and scroll down to the place where Website, Facebook, LinkedIn, and Twitter information is visible:
- Now, let's extract the website address and save it as the variable we created. To do this, open the UiPath web recorder and click on Copy Text on the Recorder panel. Then, point to the text on the website that says www.uber.com. Once you've done that, click on Save and Exit on the Recorder panel:
The recorder will add a new Web Sequence with the recorded action. Cut and move this Sequence to the Try block below the Navigate to activity.
-  Within the activities we just moved, click on the Attach Browser activity, update the Browser property to browserCrunchBase, and remove the existing values in...