File tree Expand file tree Collapse file tree 6 files changed +0
-11
lines changed
java/client/src/org/openqa/selenium Expand file tree Collapse file tree 6 files changed +0
-11
lines changed Original file line number Diff line number Diff line change 24
24
import org .openqa .selenium .interactions .internal .Locatable ;
25
25
26
26
import java .util .List ;
27
- import java .util .Objects ;
28
27
29
28
/**
30
29
* Sending a sequence of keys to an element.
Original file line number Diff line number Diff line change 27
27
import org .openqa .selenium .lift .find .Finder ;
28
28
import org .openqa .selenium .support .ui .Clock ;
29
29
import org .openqa .selenium .support .ui .ExpectedCondition ;
30
- import org .openqa .selenium .support .ui .FluentWait ;
31
30
import org .openqa .selenium .support .ui .Sleeper ;
32
31
import org .openqa .selenium .support .ui .SystemClock ;
33
32
import org .openqa .selenium .support .ui .Wait ;
Original file line number Diff line number Diff line change 36
36
import org .openqa .selenium .remote .http .HttpClient ;
37
37
import org .openqa .selenium .remote .http .HttpRequest ;
38
38
import org .openqa .selenium .remote .http .HttpResponse ;
39
- import org .openqa .selenium .remote .internal .ApacheHttpClient ;
40
- import org .openqa .selenium .remote .internal .OkHttpClient ;
41
39
42
40
import java .io .IOException ;
43
41
import java .net .MalformedURLException ;
Original file line number Diff line number Diff line change 17
17
18
18
package org .openqa .selenium .remote .session ;
19
19
20
- import com .google .common .collect .ImmutableMap ;
21
- import com .google .common .collect .ImmutableSortedMap ;
22
- import com .google .common .collect .Ordering ;
23
-
24
20
import java .util .Map ;
25
21
import java .util .Objects ;
26
22
import java .util .TreeMap ;
27
- import java .util .function .Supplier ;
28
23
import java .util .stream .Collectors ;
29
24
30
25
public class ChromeFilter implements CapabilitiesFilter {
Original file line number Diff line number Diff line change 28
28
import org .openqa .selenium .WebDriverException ;
29
29
30
30
import java .time .temporal .ChronoUnit ;
31
- import java .time .temporal .TemporalUnit ;
32
31
import java .util .Collection ;
33
32
import java .util .List ;
34
33
import java .util .concurrent .TimeUnit ;
Original file line number Diff line number Diff line change 25
25
import org .openqa .selenium .remote .RemoteWebDriver ;
26
26
27
27
import java .time .Duration ;
28
- import java .time .temporal .ChronoUnit ;
29
28
30
29
/**
31
30
* A specialization of {@link FluentWait} that uses WebDriver instances.
You can’t perform that action at this time.
0 commit comments