BookmarkAgent"

From Documentation
Line 7: Line 7:
 
<source lang="java">
 
<source lang="java">
  
desktopAgent.as(BookmarkAgent.class).bookmark("Step-1");
+
desktopAgent.as(BookmarkAgent.class).change("Step-1");
  
 
</source>
 
</source>

Revision as of 06:59, 15 May 2012



This agent helps users to mimic changing a bookmark on a DesktopAgent like changing URL of a browser.


desktopAgent.as(BookmarkAgent.class).change("Step-1");




Last Update : 2012/05/15

Copyright © Potix Corporation. This article is licensed under GNU Free Documentation License.