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
Is there any way to improve in this area in regards to docs/code completion (such as VS Code IntelliSense)? Or is waitFor actually always returning a JSHandle even though selectorOrFunctionOrTimeout is a string?
If it always returns a JSHandle, is it recommended to actually use waitForSelector instead?
(Maybe the function should be removed completely and a new waitForTimeout would be better?)