Link Search Menu Expand Document

Root.SetBookmark Property

Explanation Add or change bookmark entries.

If you specify a new URL, it will be added to the end of the bookmark list.
If you specify the same URL as the one already registered, the title of the bookmark will be replaced.

When running a test from Biz / Designer, the edited bookmarks are not saved and will be restored at the end of the test run.
Added since Ver.4.0.1
Not supported in Mobile
Call format ///.SetBookmark( URL [, title ] )
Return value None
Arguments String URL URL of bookmark to add or change
Only character strings that can be recognized as URLs can be registered correctly.
String title Bookmark title
If omitted, the title will be blank.
Exception None
Example of use
    //.SetBookmark("http://server/app/menu.crs", "業務メニュー");
    
Related item RemBookmark, GetBookmark method