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