Skip to content
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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added a basic ServiceBuilder for Internet Explorer #6181

Merged
merged 2 commits into from Aug 3, 2018
Merged

Added a basic ServiceBuilder for Internet Explorer #6181

merged 2 commits into from Aug 3, 2018

Conversation

JoshuaKGoldberg
Copy link

@JoshuaKGoldberg JoshuaKGoldberg commented Jul 19, 2018

Adds it to IE's Driver and allows it to be specified with a new setIeService in the general Builder.

Fixes #5983.

I'm very unfamiliar with all this, so other than verifying that it works locally, I haven't written tests. It looks pretty similar to the existing service builders, but confirmation would be nice!

Edit: some test jobs pass, some fail. 馃し

Adds it to IE's `Driver` and allows it to be specified with a new `setIeService` in the general `Builder`.

Fixes #5983
* @return {!Builder} a self reference.
*/
setIeService(service) {
this.ieService_ = service;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this.ieService_ should be initialized to null in the constructor.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done!

@jleyba jleyba merged commit b39ea54 into SeleniumHQ:master Aug 3, 2018
@JoshuaKGoldberg JoshuaKGoldberg deleted the ie-service-builder branch August 3, 2018 18:51
grigaman pushed a commit to grigaman/selenium that referenced this pull request Sep 20, 2018
* Added a basic ServiceBuilder for Internet Explorer

Adds it to IE's `Driver` and allows it to be specified with a new `setIeService` in the general `Builder`.

Fixes SeleniumHQ#5983

* Added IE service
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants