01-10-2017, 03:46 PM
(03-23-2016, 12:35 PM)Swetha_Bayya Wrote: Hi,
I am facing an issue in clicking the Webelement present in Webtable . Below is the line of code
Browser("Browser").Page("Page").Frame("Frame").WebTable("WebTable"). ChildItem(1,5, "WebElement",0)
But I am getting Object Required error. When tried spying the webelement and adding into OR (after browser, page there are multiple Webtables and then last we had WebElement . So we have captured the last Webtable into OR).
Even though the object is added in OR, but still I am getting this error.
Can someone please help me in this regard.
Regards,
Swetha
Try to change the index value to 1 or 2 and make a debug run..