Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Problem working with WebCheckBox
#4
Solved: 11 Years, 6 Months, 2 Weeks ago
Hi
Sorry for not reading your message properly. If you are trying to access the checkbox in the webtable "inboxtable", then please try the below script and let me know if it won't work.

Code:
Set inboxtable = Description.Create
inboxtable("micclass").Value="WebTable"
inboxtable("text").Value="^Inbox.*$"
set WebEdits=Browser("name:=^.*Yahoo.*$").Page("title:=^.*Yahoo.*$").ChildObjects(inboxtable)
If (WebEdits.Count>0) Then
row = WebEdits(0).GetRowWithCellText(strSubject)
Set checkbox = WebEdits(0).ChildItem(row,1,"WebCheckBox",0)
checkbox.Set "ON"
End If
Reply


Messages In This Thread
Problem working with WebCheckBox - by ngocvo3103 - 11-16-2010, 01:58 PM
RE: Problem working with WebCheckBox - by KavitaPriyaCR - 11-17-2010, 11:08 AM
RE: Problem working with WebCheckBox - by john_qa - 11-22-2010, 05:49 PM

Forum Jump:


Users browsing this thread: 1 Guest(s)