🚀 Welcome to MDriven Learn –  MDriven is now on Discord!  Don’t miss the latest Release Notes.
OCLOperators NavigateURL
Created by Stephanie on 2023-05-03 · Last edited by Peter.byaruhanga on 2026-02-13.

selfVM.NavigateUrl(theurl) is an action that allows you to change the target of the browser to any URL. See the examples below.

selfVM.NavigateUrl( 'https:\\www.google.com' )  // opens in new tab
selfVM.NavigateUrl( 'https:\\www.google.com' ,openinnewtab[true/false])  // overload


Example
navigateurl.png

Example 2

Using open link in new tab false

navigateurlfalse.png