utils property

  1. @override
WebDriverPageUtils utils
override

Returns an instance of PageUtils.

Note the instances returned may not be object equal across invocations.

Implementation

@override
WebDriverPageUtils get utils => _utils;