Iselementpresent
Verifies that the specified element is somewhere on the page.
Required Attributes
Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
<open url="/" />
<waitForPageToLoad timeout="30000" />
<assert>
<isElementPresent locator="q" />
</assert>
</selenium>