Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Webtable().GetCellData() Returns hidden values of Cells
#3
Not Solved
I have a issue related to this

I need to click on a link in the webtable if it exist else click on a link to go back to the search page.

I wrote the code elow
Code:
Set WebLinkObj = Browser("").Page("").WebTable("").ChildItem(2,2,"Link",0)
    If WebLinkObj.Exist(5) then
       WebLinkObj.Click

      else
         Browser("").Page("").Link("").Click
       end if

Note: There is gonna be only one link in the webtable. Please help
Reply


Messages In This Thread
RE: Webtable().GetCellData() Returns hidden values of Cells - by kawsar - 06-07-2013, 05:18 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  How to identify controls embedded within WinListView cells Devesh Thakur 5 2,885 04-19-2018, 10:56 AM
Last Post: Devesh Thakur
Toungue how to get values of childItem of a webtable caze 17 119,680 11-06-2017, 01:05 PM
Last Post: sivaji
  Link in a webtable in a webtable Soulwalker 1 2,864 07-19-2017, 01:44 PM
Last Post: Ankur
  DataGridTemplateColumn's cells cannot be edited... asaf_bitton 3 3,785 10-02-2014, 05:36 PM
Last Post: krupaluk
  Webtable actions are not getting recorded, but ObjectSpy is able to identify webtable sahilarora2000 2 3,935 06-13-2014, 04:27 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 2 Guest(s)