Example #1
0
 /// <summary>
 /// Asynchronously enables manipulation of the browser's log.
 /// </summary>
 /// <returns>A task that represents the asynchronous operation.</returns>
 public override async Task Enable()
 {
     await adapter.Enable();
 }