How to navigate through a frame using xpath?

Hi Guys,

Greetings!

Please help … How to navigate through a frame using xpath? Also, how to fetch data from a table structure within the frame?

Massive thanks,
Dante

OpenRPA will search through each frame with the xpath
so you cannot create a xpath that includes a frame.

So you need create an xpath that is valid within that frame. Each frame is normal a page in itself, so think of it, as creating a selector for just that page. If using the recorder, i believe it also add a frameid to the selector ( i cannot remember if that is still there ) this is bad, if there are a dynamic number of frames or the frame is created AFTER the main page was created, so if you see a frameid in the selector and it’s not working, try removing that.

Keep in mind, highlight and non virtual clicks are not supported with in frames

Hi Allan,

I tried testing the one you did in https://www.youtube.com/watch?v=OTq577zRct0 … but of no success using Get Table Data…

Massive thanks,
Dante

Hi team,

I was able to fetch the data within the table in a frame, recursively, get element within get element … but certain buttons have to be virtually false to be able to click.

Many thanks for the guidance :wink:

1 Like

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