When a click opens a new page or tab in Chrome, it remains attached to the old page. The correct approach is to reattach using a new Use Application/Browser or Attach Browser activity for the new page, ensure selectors are dynamic and removing using the idx and dynamic title and use attribute like partial url , aaname , tag, and use Add Check App State or Wait for Page Load before performing actions.
When a click opens a new tab or page, UiPath stays attached to the old page, so activities don’t work on the new one. Re-attach to the newly opened tab using another Use Application/Browser or Attach Browser after the click, keep WaitForReady set to Complete, and avoid using Simulate Click for navigation actions.