UiPath Documentation
activities
latest
false
Importante :
A tradução automática foi aplicada parcialmente neste conteúdo. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

Atividades do UIAutomation

Get URL

Recupera o URL da página web atual.

Essa API deve ser adicionada após Abrir ou Anexar.

Definição

Namespace: UiPath.UIAutomationNext.API.Models

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

Sobrecarregas

SobrecargaDescription
GetUrl(GetUrlOptions)Recupera o URL da página da Web atual, juntamente com outras opções.

GetUrl(GetUrlOptions, getUrlOptions)

Recupera o URL da página da Web atual, juntamente com outras opções.

GetUrl(
  GetUrlOptions,
  getUrlOptions)
GetUrl(
  GetUrlOptions,
  getUrlOptions)

getUrlOptions GetUrlOptions : opções adicionais para personalizar o processo de extração de URL. Você pode optar por personalizar:

* `TargetOptions`:
  + `Timeout` - Specifies the amount of time (in seconds) to wait
    for the API to run before the `SelectorNotFoundException` error
    is thrown. The default value is 30 seconds.
  + `DelayAfter` - Delay time (in seconds) after executing the API.
    The default amount of time is 0.3 seconds (300 milliseconds).
  + `DelayBefore` - Delay time (in seconds) before the API begins
    performing any operations. The default amount of time is 0.2 seconds (200
    milliseconds).
* `TargetOptions`:
  + `Timeout` - Specifies the amount of time (in seconds) to wait
    for the API to run before the `SelectorNotFoundException` error
    is thrown. The default value is 30 seconds.
  + `DelayAfter` - Delay time (in seconds) after executing the API.
    The default amount of time is 0.3 seconds (300 milliseconds).
  + `DelayBefore` - Delay time (in seconds) before the API begins
    performing any operations. The default amount of time is 0.2 seconds (200
    milliseconds).

RetornarValor

O texto da URL especificada.

  • Definição
  • Sobrecarregas
  • GetUrl(GetUrlOptions, getUrlOptions)
  • RetornarValor

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades