New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Selenium Node doesn't pass IE specific options to IE Driver #5502

Closed
aliaksandrbasau opened this Issue Feb 15, 2018 · 0 comments

Comments

Projects
None yet
2 participants
@aliaksandrbasau

aliaksandrbasau commented Feb 15, 2018

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 -

  1. Start Selenium Hub and Node. The node is configured to run tests in IE.
  2. Open any UI tool that allows to send REST requests (e.g. Postman).
  3. Send a request to create a new session:
    image
    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:
image

Expected Behavior -

The options that are specific to Internet Explorer are propagated to IE Driver.

Actual Behavior -

The session is started with default options.

@lmtierney lmtierney added the C-grid label Feb 15, 2018

@barancev barancev closed this in 17b1252 Mar 1, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

morrishoresh added a commit to morrishoresh/selenium that referenced this issue Mar 8, 2018

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment