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 9c8b7b8 commit 466b7acCopy full SHA for 466b7ac
dotnet/test/common/BiDi/Browser/BrowserTest.cs
@@ -73,6 +73,7 @@ public async Task CanGetClientWindows()
73
}
74
75
[Test]
76
+ [Ignore("Not yet implemented by all vendors")]
77
public async Task CanSetClientWindowNamedState()
78
{
79
var clientWindows = await bidi.Browser.GetClientWindowsAsync();
@@ -84,6 +85,7 @@ public async Task CanSetClientWindowNamedState()
84
85
86
87
88
89
public async Task CanSetClientWindowRectState()
90
91
0 commit comments