You need to figure out the HTTP requests used by your login process: HTML form posting, Ajax request… Indeed, the recorder (proxy or HAR mode) can help. You’ll have to fIgure out where the parameters come from (eg xsrf tokens) to you can capture them (check + saveAs) and use them from your logIn requests.
1 Like