Modern Activities Web Automation

Hi All,

I am new to UiPath modern activities and currently working on Web automation. Whenever there is a new tab that opens as part of a click process, how will it continue to work on a new tab without using the Use browser activities because it requires the URL of the new tab.

For each new redirected tab i cannot provide URL in production environment.

Regards,
Vishal

@Vishal_Kumar4

image

Use a new “Use Application/Browser” activity. When you set the “Open” property to “Never”, the Url is not required.

@Vishal_Kumar4

I don’t want to open a new URL. There is a button on my first page, which automatically opens a new tab. Now in order to automate the new window i want to avoid using the “Use application” activity

@Vishal_Kumar4

Have you tried by making the selector dynamic for the use application browser activity.

so that it will works for all the tabs

Hi,

  • Click Activity (to open a new tab)
  • Delay Activity (optionally, to wait for the new tab to load)
  • Use Application/Browser Activity (without URL, indicate on screen or use a browser variable)
    • Inside this scope, perform the operations needed on the new tab

Yeah it worked. Thanks

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.