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 c7b525d commit 3d82e9eCopy full SHA for 3d82e9e
dotnet/src/webdriver/build.desc
@@ -37,6 +37,8 @@ dotnet_library(name = "webdriver35",
37
resources = [
38
{"//javascript/firefox-driver:webdriver" : "WebDriver.FirefoxExt.zip"},
39
{"//javascript/firefox-driver:webdriver_prefs" : "WebDriver.FirefoxPreferences"},
40
+ {"//javascript/webdriver/atoms:getAttribute" : "getAttribute.js" },
41
+ {"//javascript/atoms/fragments:is-displayed" : "isDisplayed.js" },
42
{"//cpp:noblur" : "WebDriver.FirefoxNoFocus.x86.dll"},
43
{"//cpp:noblur64" : "WebDriver.FirefoxNoFocus.x64.dll"}
44
],
0 commit comments