first property

Future<E> first

Gets the current first element from the PageElementIterable.

Implementation

Future<E> get first async =>
    _pageObjectConstructor(await _elementIterable.first);