Programmatically Click on Link

Hello,

Is there any way to programmatically click on a Link object in Vaadin?

I would like to have a hidden link that I programmatically click on to automatically redirect after a submit.

I know you can usually call window.open() to do this, but I’m using Nav7, and apparently it doesn’t work the same way.

Thanks!