Missing default value for operator
in waitForElement
#148
Labels
help wanted
Extra attention is needed
operator
in waitForElement
#148
When there is no
operator
property inwaitForElement
there is no output.Given an input like this:
The result is: nothing
The reference says that the default value is
==
. So does puppeteer-replay.BUT The actual behavior is
>=
.IMO the behavior should be the same as in Chrome, and therefore default to
>=
The text was updated successfully, but these errors were encountered: