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 3beefec commit 06bc8b9Copy full SHA for 06bc8b9
java/src/org/openqa/selenium/ie/InternetExplorerOptions.java
@@ -58,7 +58,7 @@
58
*/
59
public class InternetExplorerOptions extends AbstractDriverOptions<InternetExplorerOptions> {
60
61
- final static String IE_OPTIONS = "se:ieOptions";
+ public static final String IE_OPTIONS = "se:ieOptions";
62
63
private static final String FULL_PAGE_SCREENSHOT = "ie.enableFullPageScreenshot";
64
private static final String UPLOAD_DIALOG_TIMEOUT = "ie.fileUploadDialogTimeout";
0 commit comments