update
This commit is contained in:
parent
81929daebd
commit
50823587dd
@ -117,7 +117,6 @@ 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);
|
||||
}
|
||||
@ -126,6 +125,8 @@ public class Tsdm extends Model {
|
||||
Thread.sleep(1000);
|
||||
} catch (InterruptedException e) {
|
||||
e.printStackTrace();
|
||||
System.out.println("e = " + e);
|
||||
getTsdm(array, driver);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user