cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to Get table with Edge

JohanSörman
Level 5
Hello,

Is there a reason why it so difficult to use "Get Table" in Read stages in Chronium browsers, MS Edge in this case?

Element Type is set to "Table Item (Web)". 
In the AM it's set to
Web Class: dataTable
Web Element Type: TABLE
Web Path/Xpath: /HTML[1]/BODY[1]/DIV[4]/DIV[2]/DIV[2]/TABLE[1]/TBODY[1]/TR[2]/TD[2]/FORM[1]/TABLE[2]


------------------------------
Johan Sörman
DevOps Engineer, Senior RPA Developer
Telia Company
Sweden
------------------------------
3 REPLIES 3

RaviKumar3
Level 5
Hello Johan,

Are you getting any error or you are not getting data into collection?

------------------------------
Ravi Kumar
Sr Automation Designer
Ericsson
Asia/Kolkata
------------------------------

Hello Ravi,

The "Get Table" wouldn't show up at all. 
But I found a workaround to it. Feel free to chip in if there is another solution that cross your mind.

I decided to try out UIA mode instead to identify the table which works.
Then you could use a read stage and use a sub-command called "Get counter rows", then follow up with another read stage with the sub-command "Get Rows" with these inputs:

First Row: 0 
Last Row: Value from "Get counter rows".

------------------------------
Johan Sörman
DevOps Engineer, Senior RPA Developer
Telia Company
Sweden
------------------------------

Great. Thanks for sharing

------------------------------
Ravi Kumar
Sr Automation Designer
Ericsson
Asia/Kolkata
------------------------------