update
This commit is contained in:
parent
bfe7ec77ab
commit
81929daebd
@ -117,6 +117,7 @@ public class Tsdm extends Model {
|
|||||||
} catch (InterruptedException e) {
|
} catch (InterruptedException e) {
|
||||||
e.printStackTrace();
|
e.printStackTrace();
|
||||||
}
|
}
|
||||||
|
System.out.println("driver = " + driver.getTitle());
|
||||||
for (Cookie cookie : WebClient.loadCookie(array)) {
|
for (Cookie cookie : WebClient.loadCookie(array)) {
|
||||||
driver.manage().addCookie(cookie);
|
driver.manage().addCookie(cookie);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user