File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
java/client/src/org/openqa/selenium/remote Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 16
16
17
17
package org .openqa .selenium .remote ;
18
18
19
- import static org .apache .http .protocol .ExecutionContext .HTTP_TARGET_HOST ;
19
+ import static org .apache .http .protocol .HttpCoreContext .HTTP_TARGET_HOST ;
20
20
import static org .openqa .selenium .remote .DriverCommand .GET_ALL_SESSIONS ;
21
21
import static org .openqa .selenium .remote .DriverCommand .NEW_SESSION ;
22
22
import static org .openqa .selenium .remote .DriverCommand .QUIT ;
30
30
import org .apache .http .HttpHost ;
31
31
import org .apache .http .HttpResponse ;
32
32
import org .apache .http .NoHttpResponseException ;
33
- import org .apache .http .auth .AuthScope ;
34
33
import org .apache .http .auth .UsernamePasswordCredentials ;
35
34
import org .apache .http .client .ClientProtocolException ;
36
35
import org .apache .http .client .HttpClient ;
39
38
import org .apache .http .client .methods .HttpPost ;
40
39
import org .apache .http .client .methods .HttpUriRequest ;
41
40
import org .apache .http .entity .ByteArrayEntity ;
42
- import org .apache .http .impl .client .DefaultHttpClient ;
43
41
import org .apache .http .protocol .BasicHttpContext ;
44
42
import org .apache .http .protocol .HttpContext ;
45
43
import org .apache .http .util .EntityUtils ;
You can’t perform that action at this time.
0 commit comments