Gettitle

Gets the title of the current page.

Required Attributes
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com">
   
<open url="/finance" />
   
<getTitle property="page.title" />
</selenium>