select not working

161 views
Skip to first unread message

d shirov

unread,
Mar 25, 2023, 12:03:46 PM3/25/23
to Autofill Extension
Hello.  https://visa.vfsglobal.com/tur/en/pol/login I can't do Gender* - Select- Male and Current Nationality*- Select- Country on this page.  can anyone help?



   
WhatsApp Image 2023-03-25 at 19.00.49.jpeg

turbowells

unread,
Mar 28, 2023, 4:20:51 PM3/28/23
to Autofill Extension
There's not enough info from the source to go on, at least for me.  I've done similar selects.  Try this JS rule and see what happens:

setTimeout(function()
{
  document.getElementById('mat-select-value-21').click();
  document.getElementById('mat-option-1').click();
},1000);

If it works, but it's the wrong selection, change the number at the end of mat-option-1.  For example: mat-option-2, etc.
Reply all
Reply to author
Forward
0 new messages