你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

PlaywrightServiceBrowserNUnit.DisposeAsync Method

Definition

Tear down resources utilized by Playwright Browser client.

[NUnit.Framework.OneTimeTearDown]
public override System.Threading.Tasks.Task DisposeAsync();
[<NUnit.Framework.OneTimeTearDown>]
override this.DisposeAsync : unit -> System.Threading.Tasks.Task
Public Overrides Function DisposeAsync () As Task

Returns

Attributes
NUnit.Framework.OneTimeTearDownAttribute

Applies to