hi,
In our web application. SilverLight componants are displaying. I need to check a specific SilverLight componant whether it is not existing/existing.
1) I need to check that the specific SL componant should not exist for some functionality.
2) I need to check that the specific SL componant should exist for some other functionality.
How to check "non-existance" of a SilverLight Element
How to check "non-existance" of a SilverLight Element
Regards,
Thangavel.S
Thangavel.S
- Support Team
- Site Admin
- Posts: 12145
- Joined: Fri Jul 07, 2006 4:30 pm
- Location: Houston, Texas, USA
- Contact:
Re: How to check "non-existance" of a SilverLight Element
Hi,
try the 'Find' method to find this component. You will be returned the list af all elements which exist.If the 'Count' property of the returned list is 0 then your element does not exist.
Regards,
Mhosen
Ranorex Support Team
try the 'Find' method to find this component. You will be returned the list af all elements which exist.If the 'Count' property of the returned list is 0 then your element does not exist.
Regards,
Mhosen
Ranorex Support Team
Re: How to check "non-existance" of a SilverLight Element
Thanks,
I used Find method to check non-existance of SilverLight object. It's worked out.
I used Find method to check non-existance of SilverLight object. It's worked out.
Regards,
Thangavel.S
Thangavel.S