File tree 4 files changed +0
-7
lines changed
java/client/src/org/openqa/selenium
4 files changed +0
-7
lines changed Original file line number Diff line number Diff line change 35
35
import java .time .Instant ;
36
36
import java .util .List ;
37
37
import java .util .Optional ;
38
- import java .util .stream .Collectors ;
39
38
40
39
public class V86Events extends Events <ConsoleAPICalled , ExceptionThrown > {
41
40
Original file line number Diff line number Diff line change 27
27
import java .net .URI ;
28
28
import java .net .URL ;
29
29
import java .time .Instant ;
30
- import java .time .ZoneOffset ;
31
30
import java .time .format .DateTimeFormatter ;
32
31
import java .util .ArrayDeque ;
33
32
import java .util .Collection ;
Original file line number Diff line number Diff line change 26
26
import static org .openqa .selenium .json .Json .OBJECT_TYPE ;
27
27
import static org .openqa .selenium .remote .http .Contents .string ;
28
28
29
- import com .google .common .base .Strings ;
30
29
import com .google .common .base .Throwables ;
31
30
32
31
import org .openqa .selenium .UnhandledAlertException ;
Original file line number Diff line number Diff line change 18
18
package org .openqa .selenium .remote .tracing ;
19
19
20
20
import static org .openqa .selenium .remote .tracing .Tags .HTTP_REQUEST ;
21
- import static org .openqa .selenium .remote .tracing .Tags .HTTP_REQUEST_EVENT ;
22
21
import static org .openqa .selenium .remote .tracing .Tags .HTTP_RESPONSE ;
23
22
import static org .openqa .selenium .remote .tracing .HttpTracing .newSpanAsChildOf ;
24
- import static org .openqa .selenium .remote .tracing .Tags .HTTP_RESPONSE_EVENT ;
25
23
import static org .openqa .selenium .remote .tracing .Tags .KIND ;
26
24
27
25
import org .openqa .selenium .internal .Require ;
32
30
import org .openqa .selenium .remote .http .WebSocket ;
33
31
34
32
import java .net .URL ;
35
- import java .util .HashMap ;
36
- import java .util .Map ;
37
33
38
34
public class TracedHttpClient implements HttpClient {
39
35
You can’t perform that action at this time.
0 commit comments