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.
PinnedScript
1 parent 8cd1cc8 commit 42f3620Copy full SHA for 42f3620
dotnet/test/common/ExecutingJavascriptTest.cs
@@ -470,6 +470,9 @@ public void ShouldBeAbleToExecuteABigChunkOfJavascriptCode()
470
}
471
472
[Test]
473
+ [IgnoreBrowser(Selenium.Browser.IE, "IE does not support Chrome DevTools Protocol")]
474
+ [IgnoreBrowser(Selenium.Browser.Firefox, "Firefox does not support Chrome DevTools Protocol")]
475
+ [IgnoreBrowser(Selenium.Browser.Safari, "Safari does not support Chrome DevTools Protocol")]
476
public async Task ShouldBeAbleToPinJavascriptCodeAndExecuteRepeatedly()
477
{
478
IJavaScriptEngine jsEngine = new JavaScriptEngine(driver);
0 commit comments