rawAppDriver property

TDriver rawAppDriver

The underlying driver that is able to instrument the app under test It is suggested you use appDriver for all interactions with the app under tests however if you need a specific api not available on appDriver this property exposes the actual class that can interact with the app under test

Implementation

TDriver get rawAppDriver => _adapter!.nativeDriver as TDriver;