Skip to content

Commit 06bc8b9

Browse files
authored
[java] Make public constant storing capability name for IE options (#11114)
1 parent 3beefec commit 06bc8b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

java/src/org/openqa/selenium/ie/InternetExplorerOptions.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
*/
5959
public class InternetExplorerOptions extends AbstractDriverOptions<InternetExplorerOptions> {
6060

61-
final static String IE_OPTIONS = "se:ieOptions";
61+
public static final String IE_OPTIONS = "se:ieOptions";
6262

6363
private static final String FULL_PAGE_SCREENSHOT = "ie.enableFullPageScreenshot";
6464
private static final String UPLOAD_DIALOG_TIMEOUT = "ie.fileUploadDialogTimeout";

0 commit comments

Comments
 (0)