Skip to content

Commit 26b1823

Browse files
committed
Updating .NET WebDriverBackedSelenium build process to account for moved files
1 parent 3a49ae8 commit 26b1823

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

Diff for: dotnet/src/webdriverbackedselenium/build.desc

+8-8
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ dotnet_library(name = "webdriverbackedselenium",
1111
"//dotnet/src/core:core"
1212
],
1313
resources = [
14-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"},
15-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"},
14+
{"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"},
15+
{"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"},
1616
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
1717
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
1818
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -43,8 +43,8 @@ dotnet_library(name = "webdriverbackedselenium35",
4343
"//dotnet/src/core:core35"
4444
],
4545
resources = [
46-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"},
47-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"},
46+
{"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"},
47+
{"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"},
4848
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
4949
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
5050
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -75,8 +75,8 @@ dotnet_library(name = "strongnamed",
7575
"//dotnet/src/core:strongnamed"
7676
],
7777
resources = [
78-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"},
79-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"},
78+
{"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"},
79+
{"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"},
8080
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
8181
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
8282
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -108,8 +108,8 @@ dotnet_library(name = "strongnamed35",
108108
"//dotnet/src/core:strongnamed35"
109109
],
110110
resources = [
111-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/injectableSelenium.js" : "injectableSelenium.js"},
112-
{"java/client/src/org/openqa/selenium/internal/seleniumemulation/htmlutils.js" : "htmlutils.js"},
111+
{"java/client/src/com/thoughtworks/selenium/webdriven/injectableSelenium.js" : "injectableSelenium.js"},
112+
{"java/client/src/com/thoughtworks/selenium/webdriven/htmlutils.js" : "htmlutils.js"},
113113
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
114114
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
115115
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },

0 commit comments

Comments
 (0)