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