|
1 | 1 | /*
|
2 |
| - * Copyright (c) 2015 seleniumQuery authors |
| 2 | + * Copyright (c) 2016 seleniumQuery authors |
3 | 3 | *
|
4 | 4 | * Licensed under the Apache License, Version 2.0 (the "License");
|
5 | 5 | * you may not use this file except in compliance with the License.
|
@@ -101,11 +101,6 @@ protected SeleniumQueryObject(SeleniumQueryFunctions seleniumQueryFunctions, Web
|
101 | 101 | this.previous = previous;
|
102 | 102 | }
|
103 | 103 |
|
104 |
| - |
105 |
| - /************************************************************************************************************************************** |
106 |
| - * Java SeleniumQueryObject waitUntil() and as() functions |
107 |
| - **************************************************************************************************************************************/ |
108 |
| - |
109 | 104 | /**
|
110 | 105 | * <p>List of functions that will halt the execution and requery the selector until the specified condition is met, returning
|
111 | 106 | * a new seleniumQuery object at the end.</p>
|
@@ -176,11 +171,6 @@ public <PLUGIN> PLUGIN as(SeleniumQueryPlugin<PLUGIN> pluginFunction) {
|
176 | 171 | return pluginFunction.as(this);
|
177 | 172 | }
|
178 | 173 |
|
179 |
| - |
180 |
| - /************************************************************************************************************************************** |
181 |
| - * Java SeleniumQueryObject specific functions |
182 |
| - **************************************************************************************************************************************/ |
183 |
| - |
184 | 174 | /**
|
185 | 175 | * Returns an iterator over the matched elements of this seleniumQuery object.
|
186 | 176 | *
|
@@ -215,11 +205,6 @@ public SeleniumQueryFunctions getSeleniumQueryFunctions() {
|
215 | 205 | return seleniumQueryFunctions;
|
216 | 206 | }
|
217 | 207 |
|
218 |
| - |
219 |
| - /************************************************************************************************************************************** |
220 |
| - * jQuery-emulating functions |
221 |
| - **************************************************************************************************************************************/ |
222 |
| - |
223 | 208 | /**
|
224 | 209 | * Returns the number of elements in the seleniumQuery object.
|
225 | 210 | *
|
|
0 commit comments