Web Browser Object - Navigate To

Makes the Web Browser Object navigate to a specific web address (URL).

Action ID:
Action Category:
Action List Syntax:

42
Web Browser Object
WebBrowserObject[<<OBJECTNAME>>].NavigateTo (<<URL>>)

Settings

Object:

The name of the Web Browser Object that you want to navigate in.

URL:

The URL that you would like the Web Browser Object to navigate to.

Error Codes

Value
(%LastErrorNum%)

Simple Message
(%LastErrorMsg%)

Verbose Message
(%LastErrorDetails%)

0 (OK)

 

 

1

MSG_ERR_GOTO_URL_WEB_OBJECT

MSG_ERR_GOTO_URL_WEB_OBJECT
MSG_ERR_OBJECT_NOT_FOUND
<<OBJECTNAME>>

Examples

None