UiPath Documentation
activities
latest
false
UIAutomation-Aktivitäten
Wichtig :
Bitte beachten Sie, dass dieser Inhalt teilweise mithilfe von maschineller Übersetzung lokalisiert wurde. Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.

Get URL

Ruft die URL von der aktuellen Webseite ab.

Diese API muss nach Open oder Attach hinzugefügt werden.

Definition

Namespace: UiPath.UIAutomationNext.API.Models

Assembly: UiPath.UIAutomationNext.API.Models (in der DLL-Datei UiPath.UIAutomationNext.API.Models)

Überladungen

ÜberladenBeschreibung
GetUrl(GetUrlOptions)Ruft die URL von der aktuellen Webseite zusammen mit anderen Optionen ab.

GetUrl(GetUrlOptions, getUrlOptions)

Ruft die URL von der aktuellen Webseite zusammen mit anderen Optionen ab.

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

getUrlOptions GetUrlOptions : Zusätzliche Optionen zum Anpassen des URL-Extraktionsprozesses. Sie können Folgendes anpassen:

* `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).

Rückgabewert

Der Text aus der angegebenen URL.

  • Definition
  • Überladungen
  • GetUrl(GetUrlOptions, getUrlOptions)
  • Rückgabewert

War diese Seite hilfreich?

Verbinden

Benötigen Sie Hilfe? Support

Möchten Sie lernen? UiPath Academy

Haben Sie Fragen? UiPath-Forum

Auf dem neuesten Stand bleiben