Skip to content

Navigate

Type: page-navigate  ·  Package: Browser v1.0.0

Navigate the current page to a URL. Use it to go to an address after opening the browser, or to move between pages during the flow (for example, go to the detail of a record, return to the list, go to the next section).

Loads the URL indicated in page session and waits for the load to reach the point defined in waitUntil before continuing. If the page takes longer than timeout, the activity fails.

ParameterEditorDescription
urltextThe URL to navigate to. Ex: https://example.com. Supports expressions.
ParameterEditorDescription
pagesessionThe page session. Omit it inside a body; outside, pass = page.
waitUntillistWhen to terminate browsing: load (def., full load) · domcontentloaded (HTML ready) · networkidle (no network traffic) · commit (server barely responding).
timeoutnumberMaximum time in ms. By default 30000.
Open Browser browser = chrome → output: page
Page Navigate page = = page url = = "https://erp.cliente.com/factura/" + numeroFactura
  • Open Browser — also accepts an initial url upon opening.
  • Wait For — wait for the content to be ready after browsing.