Activities
latest
false
Banner background image
UI Automation Activities
Last updated Apr 26, 2024

GoToUrl

Navigates to the specified URL in the indicated web browser. This API must be added after Open or Attach.

Definition

Namespace: UiPath.UIAutomationNext.API.Models

Assembly: UiPath.UIAutomationNext.API.Models (in UiPath.UIAutomationNext.API.Models dll)

Overloads

  
GoToUrl(TargetAnchorableModel, GoToUrlOptions)Navigates the web browser to the URL associated with the specified TargetAnchorableModel object with additional options specified in the goToUrlOptions object.
GoToUrl(String, GoToUrlOptions)Navigates the web browser to the URL associated with the specified target with additional options specified in the goToUrlOptions object.
GoToUrl(TargetAnchorableModel, String)Navigates the web browser associated with the specified TargetAnchorableModel to the provided URL with the specified navigation mode.
GoToUrl(String, String)Navigates the web browser associated with the specified target to the provided URL with the specified navigation mode.

GoToUrl(TargetAnchorableModel, GoToUrlOptions)

Navigates the web browser to the URL associated with the specified TargetAnchorableModel object with additional options specified in the goToUrlOptions object.
GoToUrl(
    TargetAnchorableModel target, 
    GoToUrlOptions goToUrlOptions)GoToUrl(
    TargetAnchorableModel target, 
    GoToUrlOptions goToUrlOptions)
target TargetAnchorableModel
The target web browser as a TargetAnchorableModel object.
goToUrlOptions GoToUrlOptions
An object of type GoToUrlOptions that contains additional options for the navigation
  • Url String - the URL that you want to navigate to.

GoToUrl(String, GoToUrlOptions)

Navigates the web browser to the URL associated with the specified target with additional options specified in the goToUrlOptions object.
GoToUrl(
    string target, 
    GoToUrlOptions goToUrlOptions)GoToUrl(
    string target, 
    GoToUrlOptions goToUrlOptions)
target String
The target web browser as a string from the Object Repository.
goToUrlOptions GoToUrlOptions
An object of type GoToUrlOptions that contains additional options for the navigation
  • Url String - the URL that you want to navigate to.

GoToUrl(TargetAnchorableModel, String)

Navigates the web browser associated with the specified TargetAnchorableModel to the provided URL with the specified navigation mode.
GoToUrl(
    TargetAnchorableModel target, 
    string url,
    [NGoToUrlMode mode])GoToUrl(
    TargetAnchorableModel target, 
    string url,
    [NGoToUrlMode mode])
target TargetAnchorableModel
Represents the target web browser.
url String
Specify the URL to go to.
mode (Optional)
Specifies the navigation mode. The NGoToUrlMode type determines how the navigation is performed.

GoToUrl(String, String)

Navigates the web browser to the URL associated with the specified TargetAnchorableModel object with additional options specified in the goToUrlOptions object.
GoToUrl(
    string target, 
    string url, 
    [NGoToUrlMode mode])GoToUrl(
    string target, 
    string url, 
    [NGoToUrlMode mode])
target String
The target web browser as a string from the Object Repository.
url String
Specify the URL to go to.
mode NGoToUrlMode
Specifies the navigation mode. The NGoToUrlMode type determines how the navigation is performed.

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo White
Trust and Security
© 2005-2024 UiPath. All rights reserved.