1. Home
  2. Docs
  3. Web Automation
  4. NavigateTo

NavigateTo

AIWOZO.Core.WebAutomation.NavigateTo

  • NavigateTo activity is used for navigating the browser to a specified URL.
  • If this activity is used inside AttachBrowser activity, then no need to pass the browser instance else have to pass the Browser variable instance of the previously opened browser in which the navigation is to be performed.

Properties

       Input

  • browser (InArgument<Browser>) – Define the Browser variable of the browser instance in which the navigation is to be performed.

      Misc

  • DisplayName (String) – To set a meaningful name according to the user.
  • Url (InArgument<String>) – The address webpage where to be navigated.