File tree 1 file changed +0
-6
lines changed
java/client/src/org/openqa/selenium/remote
1 file changed +0
-6
lines changed Original file line number Diff line number Diff line change 19
19
20
20
import static org .openqa .selenium .remote .CapabilityType .ACCEPT_INSECURE_CERTS ;
21
21
import static org .openqa .selenium .remote .CapabilityType .BROWSER_NAME ;
22
- import static org .openqa .selenium .remote .CapabilityType .LOGGING_PREFS ;
23
22
import static org .openqa .selenium .remote .CapabilityType .PLATFORM ;
24
23
import static org .openqa .selenium .remote .CapabilityType .SUPPORTS_JAVASCRIPT ;
25
- import static org .openqa .selenium .remote .CapabilityType .UNEXPECTED_ALERT_BEHAVIOUR ;
26
- import static org .openqa .selenium .remote .CapabilityType .UNHANDLED_PROMPT_BEHAVIOUR ;
27
24
import static org .openqa .selenium .remote .CapabilityType .VERSION ;
28
25
29
26
import org .openqa .selenium .Capabilities ;
30
27
import org .openqa .selenium .MutableCapabilities ;
31
28
import org .openqa .selenium .Platform ;
32
- import org .openqa .selenium .WebDriverException ;
33
- import org .openqa .selenium .logging .LogLevelMapping ;
34
- import org .openqa .selenium .logging .LoggingPreferences ;
35
29
36
30
import java .util .Map ;
37
31
You can’t perform that action at this time.
0 commit comments