/// <summary> /// Asynchronously clears the browser's log. /// </summary> /// <returns>A task that represents the asynchronous operation.</returns> public override async Task Clear() { await adapter.Clear(); }