I know this question has been asked before, but after a search on the web I can\'t seem to find a straight forward answer.
the HTML
Add onclick="window.location = this.href" to your element. After this modification it could be .click()ed with expected behaviour. To do so with every link on your page, you can add this:
onclick="window.location = this.href"
.click()