Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to define a webcheckbox in DP?
#4
Solved: 12 Years, 10 Months, 3 Weeks ago
Uma,
you will have to try some trial and error with what properties to be used for that object

first check whether page is getting highlighted
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").highlight

then try different combination of properties for check box
Code:
Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7").highlight

Browser("name:=xyz","creationtime:=0").Page("name:=hhhh","title:=quattro").WebCheckBox("name:=963$7","html id:=963_7").highlight
.
.
etc



and the way you have used "i" is correct provided all those webcheckboxes exist!
i=0 indicates first check box in the page.If you are using index, do not use any other property since each chkbox has different name!
Reply


Messages In This Thread
How to define a webcheckbox in DP? - by Uma - 10-01-2011, 02:54 AM
RE: How to define a webcheckbox in DP? - by Uma - 10-02-2011, 04:51 AM
RE: How to define a webcheckbox in DP? - by rajpes - 10-02-2011, 12:21 PM
RE: How to define a webcheckbox in DP? - by Uma - 10-04-2011, 04:28 AM

Possibly Related Threads…
Thread Author Replies Views Last Post
  WebCheckBox - Index problem boludes 2 5,048 01-25-2011, 11:04 PM
Last Post: boludes
  Issue with WebCheckBox ytramu 2 3,233 10-21-2010, 10:14 PM
Last Post: ytramu
  How can we define the action flow anbarasu 4 3,635 10-23-2009, 12:16 PM
Last Post: anbarasu

Forum Jump:


Users browsing this thread: 1 Guest(s)