File tree Expand file tree Collapse file tree 1 file changed +0
-16
lines changed
java/src/org/openqa/selenium/firefox Expand file tree Collapse file tree 1 file changed +0
-16
lines changed Original file line number Diff line number Diff line change 2525import com .google .auto .service .AutoService ;
2626import java .io .File ;
2727import java .io .IOException ;
28- import java .nio .file .Path ;
2928import java .time .Duration ;
3029import java .util .ArrayList ;
3130import java .util .Arrays ;
3433import java .util .Map ;
3534import org .openqa .selenium .Capabilities ;
3635import org .openqa .selenium .WebDriverException ;
37- import org .openqa .selenium .internal .Require ;
3836import org .openqa .selenium .net .PortProber ;
3937import org .openqa .selenium .remote .service .DriverService ;
4038
@@ -188,20 +186,6 @@ public int score(Capabilities capabilities) {
188186 return score ;
189187 }
190188
191- /**
192- * Sets which browser executable the builder will use.
193- *
194- * @param firefoxBinary The browser executable to use.
195- * @return A self reference.
196- * @deprecated use {@link FirefoxOptions#setBinary(Path)}
197- */
198- @ Deprecated
199- public Builder usingFirefoxBinary (FirefoxBinary firefoxBinary ) {
200- Require .nonNull ("Firefox binary" , firefoxBinary );
201- this .firefoxBinary = firefoxBinary ;
202- return this ;
203- }
204-
205189 /**
206190 * Values of the Host header to allow for incoming requests.
207191 *
You can’t perform that action at this time.
0 commit comments