You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: