Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Cannot identify the object "Webtable"
#1
Not Solved
I tried to access different tabs from an excel sheet, i'm getting below Run Error message 

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 ?


Attached Files Image(s)
   
Reply
#2
Not Solved
Try adding few other properties or HTML ID if available to the webtable description.
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Cannot identify the object "Webtable" korunu 0 1,639 05-11-2016, 12:02 AM
Last Post: korunu
  QTP "Cannot identify the object" richardpaulhall_2 3 13,323 08-20-2015, 11:46 PM
Last Post: ADITI1992
  What is the criteria of identify the object based on Base & option filter properties Suma Parimal 2 2,900 01-28-2014, 06:35 PM
Last Post: Suma Parimal
  When to Use Webtable object in and when not to use vivek5080 2 2,131 07-01-2013, 09:55 PM
Last Post: vivek5080
  Cannot identify image of win object Salem 0 2,119 06-14-2013, 12:32 PM
Last Post: Salem

Forum Jump:


Users browsing this thread: 1 Guest(s)