Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

[Question] How to do an analog for page.waitFor(dev.myElementHasSpawned).then(... ? #49

Closed
mkantautas opened this issue Apr 16, 2019 · 1 comment

Comments

@mkantautas
Copy link

How could I do this with puphpeteer? The docs were unclear.

await page.waitFor('dev.myElementHasSpawned').then( async() => {

// Ok now let's do some stuff here

});
@nesk
Copy link
Member

nesk commented Apr 24, 2019

You can't for the moment, this requires a new feature to be developed.

@nesk nesk closed this as completed Apr 24, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants