Skip to content

Does this still work? #8

@NigelThorne

Description

@NigelThorne

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions