platform property

TestPlatform? platform

Describes what platform's UI should be rendered in the application. This value is passed via fastdriver command using --platform option. This value should be handled on the application side - fastdriver just passes it.

Implementation

TestPlatform? get platform;