From the course: Complete Guide to UiPath RPA Development

Unlock this course with a free trial

Join today to access over 25,300 courses taught by industry experts.

Solution - development part 11

Solution - development part 11

- [Instructor] All right, now the moment we've all been waiting for, we need to actually do the web steps to save the lead. So I'm going to go into Activities and grab a sequence, and drop it in right after we validate the email address. I'll double click and change this to "Save the lead." And now what we're going to do is put in our web steps, like click the Create New Customer button, type in all the lead values, and then click on Submit and verify that the save worked, because after that we capture our result. And if we detect that the save didn't work, we can do one more throw right here to cause it to go down into the exception handler and report a failure. So let's get started. I've got the CRM open in the background and signed in, ready to click on this New Customer button. So I'll go into Activities and type "click," and under UI automation, I'll click and drag my click here, and we'll use this button to indicate in the CRM. I'll click on that. Our strict selector is good…

Contents