Example #1
0
 public async Task <string> PathAfterFinishedAsync()
 {
     if (_connection.IsRemote)
     {
         throw new PlaywrightException("Path is not available when connecting remotely. Use SaveAsAsync() to save a local copy.");
     }
     return(await _channel.PathAfterFinishedAsync().ConfigureAwait(false));
 }
Example #2
0
 public Task <string> PathAfterFinishedAsync() => _channel.PathAfterFinishedAsync();