Find Element does not detect Element on Portal if it is not visible on screen

Using ‘Find Element’ activity to detect a row in a Table UIElement by using Column value. If the row is visible on screen then the Find Element detects that row element, but if the row is somewhere down in the table and not visible on Screen, then the Find Element does not find the element though it is present in the Browser if scrolled down and is part of the Table. Is there any way to achieve this …

1 Like

Using Anchor Base Activity, with ‘Find Element’ with modified selector and Action ‘Click’ with a selector is working even if the element exists anywhere in the browser. This solves this issue.

1 Like

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