-
Notifications
You must be signed in to change notification settings - Fork 4
Does this still work? #8
Copy link
Copy link
Open
Description
I'm having issues getting it to log in correctly.
passwordCtrl = b.form.find_control(name='encoded-password')
fails to find the control.
<input type="password" autocomplete="off" id="dummy" style="display:none">
<input type="password" autocomplete="off" value="" class="ib-user-text rc-2 ac_input" id="password" name="password" size="18" maxlength="500" aria-describedby="password-error">
</div>
This exists until you start typing a password... then another hidden field appears in the DOM
<input type="hidden" name="__password" value="...223 characters...">
Actually.. I can't see this working again..
I'm rewriting it with pyppeteer. I'll push a branch when I'm done.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels