Hallo there,

I am just trying to figure out a solution to check for an html element, say a <form> element with a particular htmlId. There can be many forms in the page, of course with different id's. What I want to do is to see if that particular form exists and if yes process some steps and if not do nothing. But the problem I face is whatever steps I use (storeElementProperty, verfiyElement, storeXpath etc) to check the missing element and make a conditional processing, the following steps were not executed because the element doesn't exist. I expected that if the element doesn't exist then the property or value would be set to "false".

Any idea's how can I do this?

Thanks in advance,
Shafeer.
_______________________________________________
WebTest mailing list
[email protected]
http://lists.canoo.com/mailman/listinfo/webtest

Reply via email to