
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
"Object.exist" return "True" no matter object was exist or not

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
On Web environments, UFT is not looking at what we usually see displayed in the browser. It goes beyond, into the DOM. The fact that it is not shown, doesn't mean it doesn't exist.
If UFT is able to find it, check on its properties for the one that indicates whether it is displayed/visible or not.
Kindly,
Alvaro

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
wow! this is bad news for me, becuase I almost use such statement for my checking object is exsiting or not. This is really really bad news...
I have almost over 200 Test suite that I need to monitor; which is now it seems like I can not realiable to such statement .
Thank you

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
Hi,
I had tried as your suggest, but still it did the same.
Please send me the example statment that you are using to check a object exist or not.... I need to get it work ...
Thanks