File tree 2 files changed +12
-0
lines changed
java/client/src/org/openqa/selenium/firefox
2 files changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -185,11 +185,19 @@ private void mirror(FirefoxOptions that) {
185
185
if (that .profile != null ) { setProfile (that .profile ); }
186
186
}
187
187
188
+ /**
189
+ * @deprecated This method will be deleted and will not be replaced.
190
+ */
191
+ @ Deprecated
188
192
public FirefoxOptions setLegacy (boolean legacy ) {
189
193
setCapability (MARIONETTE , !legacy );
190
194
return this ;
191
195
}
192
196
197
+ /**
198
+ * @deprecated This method will be deleted and will not be replaced.
199
+ */
200
+ @ Deprecated
193
201
public boolean isLegacy () {
194
202
return legacy ;
195
203
}
Original file line number Diff line number Diff line change 62
62
import java .util .function .Supplier ;
63
63
import java .util .stream .Stream ;
64
64
65
+ /**
66
+ * @deprecated This class will not be replaced.
67
+ */
68
+ @ Deprecated
65
69
public class XpiDriverService extends FirefoxDriverService {
66
70
67
71
private static final String NO_FOCUS_LIBRARY_NAME = "x_ignore_nofocus.so" ;
You can’t perform that action at this time.
0 commit comments