logs property

Stream<LogEntry> logs

Gets performance log from WebDriver.

Implementation

Stream<async_io.LogEntry> get logs => _driver.logs.get(async_io.LogType.performance);