Accordian appears to be not working with click

Hi All

I have some code that has been working for a long time but the website has changed slightly. It now does not work.

The first click, opens an accordian(which is a change to the website).
The second click should then open a bootstrap open filebox

<input type="file" name="clients_add" id="clients_add">

I think it may be the accordian that is stopping it from working.

If I remove the first command and manually open the accordian then it does work.

Any thoughts.

Thanks in advance

{
  "Command": "click",
  "Target": "link=Import: Clients",
  "Value": "",
  "Description": ""
},
{
  "Command": "click",
  "Target": "id=clients_add",
  "Value": "",
  "Description": ""
}

Okay, I found several other posts of a similar theme. Luckily, for me, I just changed it to xclick and all is hunky dory again.

Thanks again