We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7101abe commit 49741ebCopy full SHA for 49741eb
dotnet/src/support/Events/EventFiringWebDriver.cs
@@ -861,7 +861,7 @@ public async Task BackAsync()
861
{
862
WebDriverNavigationEventArgs e = new WebDriverNavigationEventArgs(this.parentDriver);
863
this.parentDriver.OnNavigatingBack(e);
864
- await this.wrappedNavigation.BackAsync();
+ await this.wrappedNavigation.BackAsync().ConfigureAwait(false);
865
this.parentDriver.OnNavigatedBack(e);
866
}
867
catch (Exception ex)
0 commit comments