Why disable URL recording?
Reason #1
If URL is recorded and you debug an RVL-based test and use Play Selection feature - Rapise will reload the page in a browser if it's URL does not match the recorded URL of the first object touched by the selected steps in RVL.
Note: this section applies to native Rapise connectors only. If you are using Slenium-based profiles then Rapise always works with the currently displayed page.
Reason #2
URLs may contain sensitive information. To not store it in a test - disable URL recording.
How to Disable URL Recording?
Add the following line at the top of your User.js file:
g_recordUrls = false;