Question
How to interrogate Inner Table in a complex webpage
Hi all
I need a little help here.
I'm trying to interrogate an HTML table in a webpage. But this page has a table, inside a table, inside a table. :/
I'm trying to interrogate it using HTML Table Designer, but Robotics just capture the first Table. That one that embed the table I want to interrogate.
Do you have an idea about how could I interrogat just the inner table?
Maybe not using table designer.
Thanks in advance.
**Moderation Team has archived post**
This post has been archived for educational purposes. Contents and links will no longer be updated. If you have the same/similar question, please write a new post.
Use Select Element - this will allow you to select which element to interrogate. You can then select the inner table. Adjust the match rules to make it unique and then you should be able to right-click and choose Design Table.