How to capture the contents of HTML table in robot
which property of an HTML table can be used to get its complete data.
i tried using the [B]outerHTML[/B] property but that could work only till the outerHTML size was less than 32kb, as string length in rational is 32kb.
so i could not use the same logic for outerHTML more than 32kb.:confused:
Re: How to capture the contents of HTML table in robot
HI Ashish ,
Will you explain your query bit more.
I mean to say what does it means by outerHTML.
Regards
Nikhil RAttan
Re: How to capture the contents of HTML table in robot
When i spy any html table using rational robot inspector , then i get a list of properties - outerHTML is one of the properties. i am trying to use it because
it has all the contents of html table in string form.