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
{{ message }}
This repository was archived by the owner on Jan 30, 2025. It is now read-only.
When a selector cannot be located, we currently printwait for selector didn't resulted in any nodes. When it happens, it is very useful to know which selector the error message refers to.
A simple fix that also corrects the grammar (resulted -> result):
returnnil, errors.New("wait for selector didn't result in any nodes. selector: "+selector)
As this will likely be a very common exception, it may be worth thinking about what else we can include in it, such as a suggestion for why an element may not have been found.