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 32fdc61 commit 3d09ce4Copy full SHA for 3d09ce4
java/client/src/org/openqa/selenium/firefox/FirefoxDriver.java
@@ -123,6 +123,7 @@ public FirefoxDriver(FirefoxBinary binary) {
123
@Deprecated
124
public FirefoxDriver(FirefoxProfile profile) {
125
this(new FirefoxOptions().setProfile(profile));
126
+ warnAboutDeprecatedConstructor("FirefoxProfile", "setProfile(profile)");
127
}
128
129
/**
0 commit comments