Question
3
Replies
36
Views
Posted: October 15, 2019
Last activity: October 16, 2019
Closed
Solved
capture url using drag drop Pega Robotics
Hello,
How can i select bar of url ( link ) in some page to use it in project ( show the copied link in text box )
***Edited by Moderator Marissa to update platform capability tags****
When you interrogate a page, it has a URL property you can use in your automation. You could grab that and place it in your text box. You could also interrogate the address bar, but that isn't advised, since it will display the URL for the selected tab (this is in IE since you cannot do this in Chrome) and there isn't an easy to describe way to work with the tabs to select the proper one.