This commit is contained in:
Yutousama 2022-05-03 10:20:44 +08:00
parent 81929daebd
commit 50823587dd

View File

@ -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);
}
}