10-12-2010, 04:42 PM
Hi,
Table is recognized as Web Element and unable to perform any operations like
Row count,Get cell data, Column name and Select row etc….
Each row is taking as one web element. Ex: If there are 10 rows, it is taking as 10 web elements.
Code:
We have Web and Java Add-ins.
Please provide me the workaround or solution.. It will be great.
Regards,
Harshi
Table is recognized as Web Element and unable to perform any operations like
Row count,Get cell data, Column name and Select row etc….
Each row is taking as one web element. Ex: If there are 10 rows, it is taking as 10 web elements.
Code:
Code:
Browser("Browser").Page("Page").Frame("main").WebElement("WebTable").Click
Browser("Browser").Page("Page").Frame("main").WebElement("WebTable_2").Click
Browser("Browser").Page("Page").Frame("main").WebElement("WebTable_3").Click
Please provide me the workaround or solution.. It will be great.
Regards,
Harshi