-
Junior Member
Multiple checkboxes of same object name; I need to click a specific. How do I go abt
Hi Folks,
I have a mailbox application wherein there are 10 Checkboxes adjacent to espective mails.
I need to select only a particular checkbox corrponding to that e-mail.
I tried recognizing by indexes, but the index may not be the same always.
How do I go about it?
Thx
arnie
-
Junior Member
Re: Multiple checkboxes of same object name; I need to click a specific. How do I go
hi arnold,
You can give it a try by using multiple properties as a combination for the identification.
like you can use
data = "1 - checked"
SQASetProperty("type=Checkbox;name=chkname;index=3;caption=xyz","Value", data)
-
Junior Member
Re: Multiple checkboxes of same object name; I need to click a specific. How do I go
Simple thing you can do is Use the Object ID to click on it
Sure it should work
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules