Is there a way in nightwatch where if I click on a link, it shouldn't redirect me to the url of the link but instead stay on the current page and just update the browser url?
So if I have a link like:
<a href='/hello' />
And I click on the link above it should just change the url to /hello
and stay on the current page.
I didn't find this feature in the docs anywhere.