So I have this html
<a class='test' href='somewhere' target='_blank'>Click me </a> and I was expecting this jQuery selector to click it
I tried both the following and the new tab is not opening in Chrome
$('.test').click() $('.test').trigger('click')