Join GitHub today
GitHub is home to over 28 million developers working together to host and review code, manage projects, and build software together.
Sign upSelenium Node doesn't pass IE specific options to IE Driver #5502
Comments
lmtierney
added
the
C-grid
label
Feb 15, 2018
tomatobrown
referenced this issue
Feb 22, 2018
Closed
Ignore IE Protected Mode desired capability setting is not effective with selenium jar 3.8+ #5525
barancev
closed this
in
17b1252
Mar 1, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
to morrishoresh/selenium
that referenced
this issue
Mar 8, 2018
added a commit
that referenced
this issue
Jun 15, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
aliaksandrbasau commentedFeb 15, 2018
•
edited by lmtierney
Meta -
OS:
Any
Selenium Version:
3.8.1+
Browser:
Internet Explorer
The issue was introduced with the commit 9f5c1e8.
Maybe it should removed only se:CONFIG_UUID but not all options that starts with se: (e.g. se:ieOptions).
Steps to reproduce -
You can see that the session was created with different options.
When you send the same request directly to IE Driver, the session is created with requested options:

Expected Behavior -
The options that are specific to Internet Explorer are propagated to IE Driver.
Actual Behavior -
The session is started with default options.