File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
java/src/org/openqa/selenium Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1717
1818package org .openqa .selenium .ie ;
1919
20+ import org .jspecify .annotations .Nullable ;
2021import org .openqa .selenium .Beta ;
2122import org .openqa .selenium .Capabilities ;
2223import org .openqa .selenium .Platform ;
2728import org .openqa .selenium .remote .http .ClientConfig ;
2829import org .openqa .selenium .remote .service .DriverCommandExecutor ;
2930import org .openqa .selenium .remote .service .DriverFinder ;
30- import org .jspecify .annotations .Nullable ;
3131
3232public class InternetExplorerDriver extends RemoteWebDriver {
3333
Original file line number Diff line number Diff line change 4141import java .util .concurrent .TimeoutException ;
4242import java .util .concurrent .locks .ReentrantLock ;
4343import java .util .logging .Logger ;
44+ import org .jspecify .annotations .Nullable ;
4445import org .openqa .selenium .Beta ;
4546import org .openqa .selenium .Capabilities ;
4647import org .openqa .selenium .ImmutableCapabilities ;
4950import org .openqa .selenium .net .PortProber ;
5051import org .openqa .selenium .net .UrlChecker ;
5152import org .openqa .selenium .os .ExternalProcess ;
52- import org .jspecify .annotations .Nullable ;
5353
5454/**
5555 * Manages the life and death of a native executable driver server. It is expected that the driver
You can’t perform that action at this time.
0 commit comments