nativeAutomator2 property
- @Deprecated('Use platformAutomator instead. This will be removed in a future release.')
latefinal
Native automator with new Selector api that allows for interaction with OS the app is running on.
Implementation
@Deprecated(
'Use platformAutomator instead. This will be removed in a future release.',
)
late final NativeAutomator2 nativeAutomator2;