File tree Expand file tree Collapse file tree 7 files changed +7
-13
lines changed
java/src/org/openqa/selenium Expand file tree Collapse file tree 7 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 29
29
import org .openqa .selenium .remote .CommandInfo ;
30
30
import org .openqa .selenium .remote .http .HttpMethod ;
31
31
32
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
32
33
@ AutoService ({AdditionalHttpCommands .class , AugmenterProvider .class })
33
34
public class AddHasCasting extends org .openqa .selenium .chromium .AddHasCasting {
34
35
Original file line number Diff line number Diff line change 29
29
import org .openqa .selenium .remote .CommandInfo ;
30
30
import org .openqa .selenium .remote .http .HttpMethod ;
31
31
32
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
32
33
@ AutoService ({AdditionalHttpCommands .class , AugmenterProvider .class })
33
34
public class AddHasCdp extends org .openqa .selenium .chromium .AddHasCdp {
34
35
Original file line number Diff line number Diff line change @@ -157,6 +157,7 @@ public static ChromeDriverService createDefaultService() {
157
157
}
158
158
159
159
/** Builder used to configure new {@link ChromeDriverService} instances. */
160
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
160
161
@ AutoService (DriverService .Builder .class )
161
162
public static class Builder
162
163
extends DriverService .Builder <ChromeDriverService , ChromeDriverService .Builder > {
Original file line number Diff line number Diff line change 29
29
import org .openqa .selenium .remote .CommandInfo ;
30
30
import org .openqa .selenium .remote .http .HttpMethod ;
31
31
32
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
32
33
@ AutoService ({AdditionalHttpCommands .class , AugmenterProvider .class })
33
34
public class AddHasCasting extends org .openqa .selenium .chromium .AddHasCasting {
34
35
Original file line number Diff line number Diff line change 29
29
import org .openqa .selenium .remote .CommandInfo ;
30
30
import org .openqa .selenium .remote .http .HttpMethod ;
31
31
32
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
32
33
@ AutoService ({AdditionalHttpCommands .class , AugmenterProvider .class })
33
34
public class AddHasCdp extends org .openqa .selenium .chromium .AddHasCdp {
34
35
Original file line number Diff line number Diff line change @@ -134,6 +134,7 @@ public static EdgeDriverService createDefaultService() {
134
134
}
135
135
136
136
/** Builder used to configure new {@link EdgeDriverService} instances. */
137
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
137
138
@ AutoService (DriverService .Builder .class )
138
139
public static class Builder extends DriverService .Builder <EdgeDriverService , Builder > {
139
140
@@ -188,19 +189,6 @@ public Builder withBuildCheckDisabled(boolean noBuildCheck) {
188
189
return this ;
189
190
}
190
191
191
- /**
192
- * Configures the driver server log level.
193
- *
194
- * @deprecated Use {@link #withLoglevel(ChromiumDriverLogLevel)} instead.
195
- */
196
- @ Deprecated
197
- public Builder withLoglevel (String logLevel ) {
198
- this .logLevel = ChromiumDriverLogLevel .fromString (logLevel );
199
- this .silent = false ;
200
- this .verbose = false ;
201
- return this ;
202
- }
203
-
204
192
/**
205
193
* Configures the driver server log level.
206
194
*
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ public static InternetExplorerDriverService createDefaultService() {
115
115
}
116
116
117
117
/** Builder used to configure new {@link InternetExplorerDriverService} instances. */
118
+ @ SuppressWarnings ({"rawtypes" , "RedundantSuppression" })
118
119
@ AutoService (DriverService .Builder .class )
119
120
public static class Builder
120
121
extends DriverService .Builder <
You can’t perform that action at this time.
0 commit comments