Hello,
I am trying to delete a single bookmark named "Test" from a list of available bookmarks in a drop down list.
Currently I am using this code.
Bookmark.deleteBookmark(BOOKMARK_DD.getSelectedText());
It is not working and presenting me with an error.
Error while deleting the bookmark "Test"
Has anyone had success with this?
Cheers,
Daniel.