@@ -11,8 +11,8 @@ dotnet_library(name = "webdriverbackedselenium",
11
11
"//dotnet/src/core:core"
12
12
],
13
13
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"},
16
16
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
17
17
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
18
18
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -43,8 +43,8 @@ dotnet_library(name = "webdriverbackedselenium35",
43
43
"//dotnet/src/core:core35"
44
44
],
45
45
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"},
48
48
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
49
49
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
50
50
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -75,8 +75,8 @@ dotnet_library(name = "strongnamed",
75
75
"//dotnet/src/core:strongnamed"
76
76
],
77
77
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"},
80
80
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
81
81
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
82
82
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
@@ -108,8 +108,8 @@ dotnet_library(name = "strongnamed35",
108
108
"//dotnet/src/core:strongnamed35"
109
109
],
110
110
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"},
113
113
{"//javascript/selenium-atoms:findElement" : "findElement.js" },
114
114
{"//javascript/selenium-atoms:findOption" : "findOption.js" },
115
115
{"//javascript/selenium-atoms:fireEvent" : "fireEvent.js" },
0 commit comments