Link Search Menu Expand Document

Root.RemBookmark Property

Explanation Delete the bookmark entry.

Specify a URL that is already registered in the bookmark and delete the bookmark.

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 //.RemBookmark( [ URL ] )
Arguments can now be omitted since Version 5.0.0
Return value None
Arguments String URL URL of the bookmark to be deleted

The following specifications have been added since Version 5.0.0
If omitted, or if an empty string is specified, all bookmarks will be deleted.
Exception None
Example of use
    //.RemBookmark("http://server/app/menu.crs");
    
Related item SetBookmark, GetBookmark methods