Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Trying to click on WebElement within a WebTable
#7
Solved: 7 Years, 5 Months, 2 Weeks ago
Code:
For iRow = 1 to iRows
   For iCol = 1 to iCols
      sData = Browser("Browser").Page("Page").Frame("Frame").WebTable("WebTable").GetCellData(iRow, iCol)
      If InStr(1, sData, ExpectedValue) Then
         sData.Click
      End If
   Next
Next

try this code for clicking the webelements
Reply


Messages In This Thread
RE: Trying to click on WebElement within a WebTable - by vinod123 - 04-09-2016, 03:15 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Gain data from a webtable inside a webtable AndyM 1 1,781 07-12-2018, 08:36 PM
Last Post: Ankur

Forum Jump:


Users browsing this thread: 1 Guest(s)