File tree Expand file tree Collapse file tree 1 file changed +5
-2
lines changed
java/client/test/org/openqa/selenium/testing/drivers Expand file tree Collapse file tree 1 file changed +5
-2
lines changed Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .testing .drivers ;
19
19
20
- import java .io .File ;
21
-
20
+ import org .openqa .selenium .Build ;
22
21
import org .openqa .selenium .Capabilities ;
23
22
import org .openqa .selenium .ie .InternetExplorerDriver ;
24
23
import org .openqa .selenium .ie .InternetExplorerDriverLogLevel ;
25
24
import org .openqa .selenium .ie .InternetExplorerDriverService ;
26
25
import org .openqa .selenium .testing .InProject ;
27
26
27
+ import java .io .File ;
28
+
28
29
public class LocallyBuiltInternetExplorerDriver extends InternetExplorerDriver {
29
30
public LocallyBuiltInternetExplorerDriver (Capabilities capabilities ) {
30
31
super (getService (), capabilities );
31
32
}
32
33
33
34
private static InternetExplorerDriverService getService () {
35
+ new Build ().of ("//cpp/iedriverserver:win32" ).go ();
36
+
34
37
InternetExplorerDriverService .Builder builder =
35
38
new InternetExplorerDriverService .Builder ()
36
39
.usingDriverExecutable (
You can’t perform that action at this time.
0 commit comments