nativeAutomator2 property

  1. @Deprecated('Use platformAutomator instead. This will be removed in a future release.')
NativeAutomator2 nativeAutomator2
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;