H,
unfortunately I am not able to resolve the issue.
When I enter the login data on
https://id.sueddeutsche.de/login
end press enter -> it does not login automatically. I have to klick on the Login Button.
In addition, in the settings of my SZ profile I can see my logged in sessions, but not the browser from calibre news receipe.
Does that mean, that the browser.submit() function is probably also not working and I am not logged in after all?
Is there an alternative to browser.submit() function?
Here is the form of id.sueddeutsche.de/login
Code:
<div id="loginbox">
<form class="top-boxes" id="login-form" method="post" role="form" action="/login"><div class="form-group floating-label js-required"><label for="id_login">E-Mail Adresse</label><input type="text" name="login" id="login_login-form" class="form-control" /></div><div class="form-group floating-label js-required"><label for="id_password">Passwort</label><input type="password" name="password" id="password_login-form" class="form-control" /><div class="field-help help"><a href="/resetpassword">Passwort vergessen</a></div></div><div class="form-group rememberme checkbox-group"><div class="table-box"><div class="custom-checkbox"><input type="checkbox" name="remember_me" id="id_remember_me" value="on" class="form-control" checked="checked" /><div class="box"><div class="tick"></div></div></div><div class="label-box"><label for="id_remember_me">Angemeldet bleiben</label></div></div></div><div class="form-group hidden"><input type="hidden" name="login_ticket" id="login_ticket_login-form" value="LT-l0wVOXDqTgF9GfUzQhy7HuN63LIni" /></div><div id="creTracking-login"></div>