Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add waitUntil option to support wait for networkidle0 #695

Open
acbonnyac opened this issue Mar 24, 2023 · 0 comments
Open

Add waitUntil option to support wait for networkidle0 #695

acbonnyac opened this issue Mar 24, 2023 · 0 comments

Comments

@acbonnyac
Copy link

In my app, I have a story that uses play function to do network calls asynchronously. This worked before with storyshots puppeteer by providing waitUntil: 'networkidle0' to its gotoOption that is used with page.goto(...) function.

In Storycap, I don't see any options to provide that. I assume it's using page.goto internally when visiting each story's page. Could someone help take a look to see if that option can be exposed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant