File tree Expand file tree Collapse file tree 5 files changed +85
-5
lines changed
src/main/java/io/github/seleniumquery Expand file tree Collapse file tree 5 files changed +85
-5
lines changed Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2014 seleniumQuery authors
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package io .github .seleniumquery ;
2
18
3
19
import io .github .seleniumquery .browser .BrowserFunctionsWithDeprecatedFunctions ;
@@ -212,4 +228,4 @@ public static SeleniumQueryObject jQuery(List<WebElement> elements) {
212
228
return $ (elements );
213
229
}
214
230
215
- }
231
+ }
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2014 seleniumQuery authors
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package io .github .seleniumquery ;
2
18
3
19
import io .github .seleniumquery .browser .BrowserFunctions ;
@@ -190,4 +206,4 @@ public SeleniumQueryObject jQuery(List<WebElement> elements) {
190
206
return $ (elements );
191
207
}
192
208
193
- }
209
+ }
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2014 seleniumQuery authors
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package io .github .seleniumquery ;
2
18
3
19
import io .github .seleniumquery .by .SeleniumQueryBy ;
@@ -628,4 +644,4 @@ public String toString() {
628
644
return this .by .toString ();
629
645
}
630
646
631
- }
647
+ }
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2014 seleniumQuery authors
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package io .github .seleniumquery .browser ;
2
18
3
19
import io .github .seleniumquery .browser .driver .SeleniumQueryDriver ;
@@ -121,4 +137,4 @@ public BrowserFunctions quit() {
121
137
return this ;
122
138
}
123
139
124
- }
140
+ }
Original file line number Diff line number Diff line change
1
+ /*
2
+ Copyright (c) 2014 seleniumQuery authors
3
+
4
+ Licensed under the Apache License, Version 2.0 (the "License");
5
+ you may not use this file except in compliance with the License.
6
+ You may obtain a copy of the License at
7
+
8
+ http://www.apache.org/licenses/LICENSE-2.0
9
+
10
+ Unless required by applicable law or agreed to in writing, software
11
+ distributed under the License is distributed on an "AS IS" BASIS,
12
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13
+ See the License for the specific language governing permissions and
14
+ limitations under the License.
15
+ */
16
+
1
17
package io .github .seleniumquery .by ;
2
18
3
19
import io .github .seleniumquery .SeleniumQueryException ;
@@ -129,4 +145,4 @@ public String getSelector() {
129
145
return this .selector ;
130
146
}
131
147
132
- }
148
+ }
You can’t perform that action at this time.
0 commit comments