Skip to content

Commit

Permalink
[java] Oh, what a silly mistake!
Browse files Browse the repository at this point in the history
  • Loading branch information
barancev committed May 27, 2020
1 parent 373d1fc commit 2433dc1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,6 @@ public EdgeHtmlDriver(EdgeHtmlDriverService service) {
}

public EdgeHtmlDriver(EdgeHtmlDriverService service, EdgeHtmlOptions options) {
super(new DriverCommandExecutor(new EdgeHtmlDriverService.Builder().build()), Require.nonNull("Driver options", options));
super(new DriverCommandExecutor(service), Require.nonNull("Driver options", options));
}
}

0 comments on commit 2433dc1

Please sign in to comment.