Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
request for VB code for finding X in dynamic web table
#3
Solved: 10 Years, 8 Months, 4 Weeks ago
Thanks Jay
this is what I was thinking
Pseudo code:::::

Code:
For row = 1 to rowsize :: A loop to count rows
For col = 1 to colsize :: A loop to count columns
If box(x,y).value ="x" then :: Test
Print "Box" row ", " col "has value " box(x,y).value
:: Show user results
end if :: end conditional
end for loop :: col
end for loop :: row
Reply


Messages In This Thread
RE: request for VB code for finding X in dynamic web table - by davidsmi@bossig.com - 04-16-2011, 06:40 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Can QTP handle slick grid table in a web page qtplearner88 2 4,276 10-01-2019, 10:44 AM
Last Post: shilpi952
  unable to rowcount in web table manoj84monu 1 2,787 06-13-2016, 04:46 PM
Last Post: Anu1234
  Finding a cell Location on a datatable rhozeski 0 1,956 11-23-2014, 02:38 AM
Last Post: rhozeski
  How to select dynamic checkbox from web dropdown QA_Newbie 2 4,451 07-20-2014, 09:40 PM
Last Post: QA_Newbie
  Request Help | Usage of Oracle Add-In for Oracle SQL Developer Nasir Ahmed 3 3,300 06-18-2014, 04:28 PM
Last Post: vinod123

Forum Jump:


Users browsing this thread: 1 Guest(s)