activities
latest
false
UiPath logo, featuring letters U and I in white

Workflow activities

Last updated Feb 19, 2026

Address

Generates a valid address, based on the random country and city that you provide. The resulted address is a dictionary.

Definition

Namespace: UiPath.Testing.API

Assembly: UiPath.Testing.Activities.Api (in UiPath.Testing.Activities.Api.dll)

Address(Dictionary<String,String>)

Dictionary<string, string> Address(
    string country,
    string city
)
Dictionary<string, string> Address(
    string country,
    string city
)

country String : Enter a random country.

city String : Enter a random city located in the country that you inputted earlier

Return value

An address that has the following fields generated: Country, PostalCode, StreetNumber, StreetName, City, State. Charset: Unicode.

  • Definition
  • Address(Dictionary<String,String>)
  • Return value

Was this page helpful?

Get The Help You Need
Learning RPA - Automation Courses
UiPath Community Forum
Uipath Logo
Trust and Security
© 2005-2026 UiPath. All rights reserved.