PlatformAutomatorConfig constructor
PlatformAutomatorConfig({
- AndroidAutomatorConfig? androidConfig,
- IOSAutomatorConfig? iosConfig,
- WebAutomatorConfig? webConfig,
- DesktopAutomatorConfig? desktopConfig,
Creates a new PlatformAutomatorConfig.
Implementation
PlatformAutomatorConfig({
this.androidConfig,
this.iosConfig,
this.webConfig,
this.desktopConfig,
});