Add comment

This commit is contained in:
0xboobface 2018-10-30 23:21:55 +01:00
parent 7d4245e44e
commit 91210f8add
1 changed files with 2 additions and 3 deletions

View File

@ -19,6 +19,8 @@ import javafx.scene.web.WebEngine;
import javafx.scene.web.WebView;
import javafx.stage.Stage;
// FIXME this dialog does not help, because google's recaptcha does not work
// with WebView even though it does work in Cam4LoginDialog
public class CamsodaLoginDialog {
public static final String URL = Camsoda.BASE_URI;
@ -94,9 +96,6 @@ public class CamsodaLoginDialog {
}
public List<HttpCookie> getCookies() {
for (HttpCookie httpCookie : cookies) {
System.out.println(httpCookie);
}
return cookies;
}