I have a page on domain A.com that holds a link to a page on B.com (I have no control on B.com).
On B.com the page that opens contains a form identified by
<form class="cont_tab col-xs-12 col-md-8 prenotiamo">
User on A.com clicks on the link, open the page on B.com, fills the form with a fixed username and password and submit it. The result is another page opened that is the real destination of my link. Actually B.com opens in a new tab but its ok also to open it as an iFrame.
Is there a way to automate the form submission?