- Überblick
- Erste Schritte
- Konzepte
- Using UiPath CLI
- Anleitungen
- CI/CD recipes
- Befehlsreferenz
- Überblick
- Exitcodes
- Global options
- uip codedagent
- uip docsai
- add-test-data-entity
- add-test-data-queue
- add-test-data-variation
- analyze
- build
- Ein Projekt erstellen
- diff
- find-activities
- get-analyzer-rules
- get-default-activity-xaml
- get-errors
- get-manual-test-cases
- get-manual-test-steps
- get-versions
- get-workflow-example
- indicate-application
- indicate-element
- inspect-package
- install-data-fabric-entities
- install-or-update-packages
- list-data-fabric-entities
- list-workflow-examples
- pack
- restore
- run-file
- search-templates
- start-studio
- stop-execution
- uia
- uip traces
- Migration
- Reference & support
UiPath CLI user guide
uip rpa uia is the entry point for the UI Automation subgroup — the family of verbs Studio exposes for inspecting and driving on-screen UI from the command line. Calling the group itself is rarely useful; it is the parent for individual UI Automation subcommands surfaced when Studio's UI Automation feature set is available.
Subcommands are surfaced dynamically by Studio. The set visible to a given installation depends on the Studio version, the installed UI Automation activity package, and any feature flags. To see what is currently available, run:
uip rpa uia --help
uip rpa uia --help
This verb runs through Studio, so it requires a Windows runner.
Synopsis
uip rpa uia [options]
uip rpa uia [options]
Optionen
This verb takes no per-command options of its own — it is a subcommand group. The actual flags belong to each subcommand. Use the parent-level options shared by every uip rpa verb — see RPA tool overview.
For the complete subcommand list on your installed tool version, run:
uip rpa uia --help
uip rpa uia --help
Beispiele
# Discover which UI Automation subcommands the live tool exposes
uip rpa uia --help
# Discover with verbose logging, useful when subcommands are missing
uip rpa uia --help --log-level debug
# Discover which UI Automation subcommands the live tool exposes
uip rpa uia --help
# Discover with verbose logging, useful when subcommands are missing
uip rpa uia --help --log-level debug
Related
uip rpa indicate-application— register an application screen in the Object Repository.uip rpa indicate-element— register a UI element under a screen.