In 2023.10.1 version, how i can attach to current browser. like for e.g., Initially i am connecting to original browser & some click activity done on original browser after that original URL getting change. i want to connect/attach new URL to the current browser.
I am using 2 use browser/application activity in my project one in try block and 2nd one in the catch block. If in case any error occur it will goes inside the catch block but same URL of try block should attach to catch block of browser activity.
How to do this? Please help me on this issue.
Use the “Input/Output Element” properties. In the activity in Try block, create a variable in the “Output Element” property and pass it to the “Input Element” of the browser scope in the Catch block.
It just means it will not open the browser when you use the Input element, instead attaching to an existing session. If you want to get rid of the warning, set the “Open” property to “Never”.