@@ -17,7 +17,6 @@ dotnet_library(name = "webdriverbackedselenium",
17
17
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
18
18
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
19
19
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
20
- {"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
21
20
{"//javascript/selenium-atoms:getText" : "getText.js" },
22
21
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
23
22
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -49,7 +48,6 @@ dotnet_library(name = "webdriverbackedselenium35",
49
48
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
50
49
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
51
50
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
52
- {"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
53
51
{"//javascript/selenium-atoms:getText" : "getText.js" },
54
52
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
55
53
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -81,7 +79,6 @@ dotnet_library(name = "strongnamed",
81
79
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
82
80
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
83
81
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
84
- {"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
85
82
{"//javascript/selenium-atoms:getText" : "getText.js" },
86
83
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
87
84
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -114,7 +111,6 @@ dotnet_library(name = "strongnamed35",
114
111
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
115
112
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
116
113
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
117
- {"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
118
114
{"//javascript/selenium-atoms:getText" : "getText.js" },
119
115
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
120
116
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -140,7 +136,7 @@ dotnet_package(name = "package",
140
136
tags = "Selenium WebDriver remote control RC browser automation",
141
137
packagedeps = [
142
138
{"//dotnet/src/webdriver:package" : ""},
143
- {"//dotnet/src/core:package" : ""}
139
+ {"//dotnet/src/core:package" : ""}
144
140
],
145
141
assemblies = [
146
142
{"System.Drawing" : ""}
0 commit comments