UI.Vision/Selenium IDE String operations e. g. How to edit extracted URL string?

how can i configure my macro to edit the site URL?
i would like to remove a part of the url of a site, i have a macro that clicks on several links the problem is that these links come with a suffix at the end (?source=h5_m&_r=1) i would like to remove this part of the URL whenever it open a page.
sorry for my bad english

To edit/change/manipulate/remove/replace/insert/rename/compare/convert parts of a text (string) use the executeScript_Sandbox Selenium IDE++ command with some Javascript. Here are some examples:

1 Like