context property

  1. @override
SearchContext context
override

The context of this PageLoaderElement. This should only be used if this API does not provide desired functionality; otherwise usage should be avoided.

This value should be casted. Casting should occur in test Dart files and should not be occur in PageObject files.

Implementation

@override
async_wd.SearchContext get context => contextSync.asyncContext;