Skip to content

Commit

Permalink
[java] Make public constant storing capability name for IE options (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
valfirst authored Oct 12, 2022
1 parent 3beefec commit 06bc8b9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
*/
public class InternetExplorerOptions extends AbstractDriverOptions<InternetExplorerOptions> {

final static String IE_OPTIONS = "se:ieOptions";
public static final String IE_OPTIONS = "se:ieOptions";

private static final String FULL_PAGE_SCREENSHOT = "ie.enableFullPageScreenshot";
private static final String UPLOAD_DIALOG_TIMEOUT = "ie.fileUploadDialogTimeout";
Expand Down

0 comments on commit 06bc8b9

Please sign in to comment.