Syping table in IE

vmaneesh

Member
Hello - I am trying to spy a table in IE. Unfortunately, the table is inside a '(FRAME)HTML'. When i spy the table in HTML mode, i am getting the location as TD(2)/DIV(1)/OBJECT(1) at the end of the HTML PATH and the tag name is 'OBJECT'. I am assuming that it is in the format of Object and not TABLE. Region mode will not work as the table location and format will be dynamic for every record that we must work on. Is there any work around for such scenarios and how should i get that data?

Thanks in advance.
 

gil.silva

Active Member
Hello vmaneesh,

Did you try to change the Element Type in the application modeller?
DIfferent types, gives different actions in the Read stage. Try to use the HTML Table and see if any of the actions get the table data.
 

vmaneesh

Member
yep. tried that as well but didn't work. The web page is a very old version of IE and runs only on Compatibility view settings. Thanks for the reply. Appreciate it.!
 
Top