Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Issue wrt checking a box
#3
Solved: 11 Years, 6 Months, 2 Weeks ago
I am sure that all the check boxes will be present in a Table. First try to get the row on which you want to check the check box.

ex: you want to check the Check box at Row 5, Column 2
Code:
Set wCheckBox = Browser("something").Page("something").WebTable("something").ChildItem(5,2,"WebCheckBox", 0)
wCheckBox.Set "ON"
Reply


Messages In This Thread
Issue wrt checking a box - by karanthsp - 07-03-2008, 03:28 PM
RE: Issue wrt checking a box - by Ankur - 07-03-2008, 06:35 PM
RE: Issue wrt checking a box - by surya_7mar - 07-28-2008, 01:00 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)