Class ChromiumAndroidOptions
Generates the capabilities for automating Chromium applications on Android
public class ChromiumAndroidOptions : AndroidOptions
- Inheritance
-
ChromiumAndroidOptions
- Inherited Members
Constructors
ChromiumAndroidOptions(string)
Initializes a new instance of the ChromiumAndroidOptions class.
public ChromiumAndroidOptions(string androidPackage)
Parameters
androidPackage
string
Properties
AndroidProcess
Gets or sets the process name of the Activity hosting the app.
public string AndroidProcess { get; set; }
Property Value
UseRunningApp
Gets or sets a value indicating whether to use an already running app.
public bool UseRunningApp { get; set; }