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 452fe80 commit 097fcc8Copy full SHA for 097fcc8
dotnet/test/common/BiDi/Browser/BrowserTest.cs
@@ -61,6 +61,8 @@ public async Task CanRemoveUserContext()
61
}
62
63
[Test]
64
+ [IgnoreBrowser(Selenium.Browser.Chrome, "BiDi GetClientWindows command not yet supported by Chrome 133")]
65
+ [IgnoreBrowser(Selenium.Browser.Edge, "BiDi GetClientWindows command not yet supported by Edge 133")]
66
public async Task CanGetClientWindows()
67
{
68
var clientWindows = await bidi.Browser.GetClientWindowsAsync();
0 commit comments