Skip to content

waitForNavigations #16

@JoelEinbinder

Description

@JoelEinbinder

For sites that use history.pushState, they might do something like

history.pushState(null, null, 'http://a');
// wait
history.pushState(null, null, 'http://b');
// wait
history.pushState(null, null, 'http://a');
// done

We can't use waitForFunction to check if the url is a, because then we might stop before the whole sequence has finished.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions