Skip to content

Commit 37c2630

Browse files
committed
Updating build for .NET WDBS to remove conflict with getAttribute.js
1 parent 00df263 commit 37c2630

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

dotnet/src/webdriverbackedselenium/Selenium.WebDriverBackedSelenium.csproj

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -240,7 +240,6 @@ if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\findElement.js co
240240
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\findOption.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\findOption.js $(TargetDir)
241241
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\fireEvent.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\fireEvent.js $(TargetDir)
242242
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\fireEventAt.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\fireEventAt.js $(TargetDir)
243-
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\getAttribute.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\getAttribute.js $(TargetDir)
244243
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\getText.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\getText.js $(TargetDir)
245244
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\linkLocator.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\linkLocator.js $(TargetDir)
246245
if exist $(ProjectDir)..\..\..\build\javascript\selenium-atoms\isElementPresent.js copy /y $(ProjectDir)..\..\..\build\javascript\selenium-atoms\isElementPresent.js $(TargetDir)

dotnet/src/webdriverbackedselenium/build.desc

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ dotnet_library(name = "webdriverbackedselenium",
1717
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
1818
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
1919
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
20-
{"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
2120
{"//javascript/selenium-atoms:getText" : "getText.js" },
2221
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
2322
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -49,7 +48,6 @@ dotnet_library(name = "webdriverbackedselenium35",
4948
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
5049
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
5150
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
52-
{"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
5351
{"//javascript/selenium-atoms:getText" : "getText.js" },
5452
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
5553
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -81,7 +79,6 @@ dotnet_library(name = "strongnamed",
8179
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
8280
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
8381
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
84-
{"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
8582
{"//javascript/selenium-atoms:getText" : "getText.js" },
8683
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
8784
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -114,7 +111,6 @@ dotnet_library(name = "strongnamed35",
114111
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
115112
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
116113
{"//javascript/selenium-atoms:fireEventAt" : "fireEventAt.js" },
117-
{"//javascript/selenium-atoms:getAttribute" : "getAttribute.js" },
118114
{"//javascript/selenium-atoms:getText" : "getText.js" },
119115
{"//javascript/selenium-atoms:linkLocator" : "linkLocator.js" },
120116
{"//javascript/selenium-atoms:isElementPresent" : "isElementPresent.js" },
@@ -140,7 +136,7 @@ dotnet_package(name = "package",
140136
tags = "Selenium WebDriver remote control RC browser automation",
141137
packagedeps = [
142138
{"//dotnet/src/webdriver:package" : ""},
143-
{"//dotnet/src/core:package" : ""}
139+
{"//dotnet/src/core:package" : ""}
144140
],
145141
assemblies = [
146142
{"System.Drawing" : ""}

0 commit comments

Comments
 (0)