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