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
Although the reference does not mention a default value for count, puppeteer-replay assumes a default value of 1. Chromes replay also assumes a default value of 1.
When there is no
count
property inwaitForElement
the output containsundefined
.Given an input like this:
The result is:
Although the reference does not mention a default value for
count
, puppeteer-replay assumes a default value of 1. Chromes replay also assumes a default value of 1.The actual result should be:
The text was updated successfully, but these errors were encountered: