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
Currently wacat waits by default 5 seconds for every page load or that time can be configured by the wait flag.
Please add functionality that wacat waits only time the network requests are on progress. Perhaps page.waitForNavigation or something like that with the parameter waitUntil and value networkidle could be used. Your solution is enough good if the GitHub actions are passed.
The text was updated successfully, but these errors were encountered:
Currently wacat waits by default 5 seconds for every page load or that time can be configured by the wait flag.
Please add functionality that wacat waits only time the network requests are on progress. Perhaps
page.waitForNavigation
or something like that with the parameterwaitUntil
and valuenetworkidle
could be used. Your solution is enough good if the GitHub actions are passed.The text was updated successfully, but these errors were encountered: