Setcontext

Writes a message to the status bar and adds a note to the browser-side log.

Required Attributes
context
the message to be sent to the browser
Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
   
<open url="/" />
   
<setContext context="step #3" />
</selenium>