-
Home
-
API
-
Avalonia.HeadlessTestingFramework.Appium
-
DriverSession
-
Methods
-
GetData(String, T)
GetData(String, T) Method
Definition
Gets data from the session with a default value.
public T GetData<T>(string key, T defaultValue)
Type parameters
Parameters
- defaultValue
- {T}
The default value.
Returns
- {T}
- The data value, or the default if not found.