Xamarin.UITest.Configuration Namespace
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Classes
AndroidAppConfigurator |
Represents the Android specific part of the ConfigureApp fluent API. Should not be used directly. |
GenericAppConfigurator |
Represents the generic specific part of the ConfigureApp fluent API. Should not be used directly. |
iOSAppConfigurator |
Represents the iOS specific part of the ConfigureApp fluent API. Should not be used directly. |
Interfaces
IAndroidAppConfiguration |
Configuration for Android apps. Not to be used directly, should be created by using the fluent ConfigureApp API. |
IGenericAppConfiguration |
Shared configuration for apps. Not to be used directly, should be created by using the fluent ConfigureApp API. |
IiOSAppConfiguration |
Configuration for iOS apps. Not to be used directly, should be created by using the fluent ConfigureApp API. |
Enums
AppDataMode |
Enum for controlling whether or not to clear app data. |
IdeIntegrationMode |
IDE integration mode. Decides what settings to use in case of both explicit configuration and active IDE integration. |
StartAction |
The desired state of the app after test initialization. Either the test framework can start the app or connect to an already running app in more advanced scenarios. |