Investigate possibility to print nice locators for fragments on error
Problem:
On attempt to use something like this:
$('div').$('.helloworld')
error will be printed something like
'element ".helloworld" is not found'
But it will be more informative to have error with full context -
'element "div > .helloworld " not found '
Investigate possibility to print nice locators for fragments on error
Problem:
On attempt to use something like this:
error will be printed something like
'element ".helloworld" is not found'
But it will be more informative to have error with full context -
'element "div > .helloworld " not found '