Closed tom-miseur closed 2 years ago
@tom-miseur
Yeah, agreed. I’ll work on this Monday.
By the way, you can use:
XK6_BROWSER_LOG=debug xk6 run
Even for more info, you can use:
XK6_BROWSER_LOG=trace
@tom-miseur This minor feature is ready to be served.
When a selector cannot be located, we currently print
wait 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
):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.