File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
java/client/src/org/openqa/selenium/edge Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 16
16
// under the License.
17
17
package org .openqa .selenium .edge ;
18
18
19
+ import com .google .auto .service .AutoService ;
20
+
19
21
import org .openqa .selenium .Capabilities ;
20
22
import org .openqa .selenium .WebDriverException ;
23
+ import org .openqa .selenium .WebDriverInfo ;
21
24
import org .openqa .selenium .remote .BrowserType ;
22
25
26
+ @ AutoService (WebDriverInfo .class )
23
27
public class ChromiumEdgeDriverInfo extends EdgeDriverInfo {
24
28
25
29
@ Override
Original file line number Diff line number Diff line change 16
16
// under the License.
17
17
package org .openqa .selenium .edge .edgehtml ;
18
18
19
+ import com .google .auto .service .AutoService ;
20
+
19
21
import org .openqa .selenium .WebDriverException ;
22
+ import org .openqa .selenium .WebDriverInfo ;
20
23
import org .openqa .selenium .edge .EdgeDriverInfo ;
21
24
25
+ @ AutoService (WebDriverInfo .class )
22
26
public class EdgeHtmlDriverInfo extends EdgeDriverInfo {
23
27
24
28
@ Override
You can’t perform that action at this time.
0 commit comments