While I use the recommended JS Rule-
Autofill('c360');
Autofill('c361');
It auto-fills the form the first time with c360 profile & then overwrites the form with the second c361 profile.
But my intention is to:
Autofill the first tab of the browser with c360,
Autofill the second tab of the browser with c361,
Autofill the third tab of the browser with c362, and so on. How can I achieve that?