We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f413 commit 1b1581dCopy full SHA for 1b1581d
java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java
@@ -117,6 +117,10 @@ public FirefoxDriver(FirefoxBinary binary) {
117
warnAboutDeprecatedConstructor("FirefoxBinary", "setBinary(binary)");
118
}
119
120
+ /**
121
+ * @deprecated Prefer {@link FirefoxOptions#setProfile(FirefoxProfile)}.
122
+ */
123
+ @Deprecated
124
public FirefoxDriver(FirefoxProfile profile) {
125
this(new FirefoxOptions().setProfile(profile));
126
0 commit comments