Web Application - Navigate Method

Navigate to a URL

Member of Web Application (PRIM_WEB.Application)

Parameters

NameTypeData TypeDescription
Url*InputUnicode StringTarget URL
Target*Input (Optional)EnumerationTarget window in the browser

Details

The Navigate method directs the browser to show a different URL, either replacing the existing page or in a new tab/window.
 
The Target option specifies where the navigation will occur.

Allowed Values

Enum ValueDescription
CurrentShow the page in the current tab/window
NewShow the page in a new tab/window


 
 

See also

All Component Classes

Technical Reference

Febuary 18 V14SP2