05-11-2016, 12:18 AM
I tried to access different tabs from an excel sheet, i'm getting below Run Error message
Run Error:
Cannot identify the object "[ WebTable ]" (of class WebTable). Verify that this object's properties match an object currently displayed in your application
".WebTable("html tag:=TABLE", "innertext:=" & datatable.Value("Tab_Name",1) & "").Click".
Please find the attachment how my tabs look
How to fix above error ?
Code:
Code :
.WebElement("Create new object icon").Click
.WebElement("Dashboards").Click
‘Report
.Link("REG L4 AVG Consolidated").Click
'Tab selection
.WebTable("html tag:=TABLE", "innertext:=" & datatable.Value("Tab_Name",1) & "").Click
Run Error:
Cannot identify the object "[ WebTable ]" (of class WebTable). Verify that this object's properties match an object currently displayed in your application
".WebTable("html tag:=TABLE", "innertext:=" & datatable.Value("Tab_Name",1) & "").Click".
Please find the attachment how my tabs look
How to fix above error ?