Skip to content

Commit

Permalink
[java] add deprecation annotation to FirefoxBinary
Browse files Browse the repository at this point in the history
  • Loading branch information
titusfortner committed Jan 11, 2024
1 parent 8f35c47 commit 097d301
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions java/src/org/openqa/selenium/firefox/FirefoxBinary.java
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@
* @deprecated Use {@link FirefoxOptions#setBinary(Path)} or {@link
* FirefoxOptions#setBinary(String)} instead.
*/
@Deprecated
public class FirefoxBinary {

/** Enumerates Firefox channels, according to https://wiki.mozilla.org/RapidRelease */
Expand Down

0 comments on commit 097d301

Please sign in to comment.