[BUG] [Issue #407] Kantu can not click a button while the IDE selenium does it

2018-11-10 16-20-04.mp4 - Google Drive

{
  "CreationDate": "2018-11-10",
  "Commands": [
    {
      "Command": "open",
      "Target": "http://82.229.224.236/pronote/eleve.html",
      "Value": ""
    },
    {
      "Command": "type",
      "Target": "id=id_53",
      "Value": "test"
    },
    {
      "Command": "type",
      "Target": "id=id_54",
      "Value": "test"
    },
    {
      "Command": "click",
      "Target": "id=id_43",
      "Value": ""
    }
  ]
}

And once again with </> tag? :wink:

Thanks for the good test macro. I confirmed the issue, and we plan to fix this issue with the next Kantu update in 1-2 weeks.

Workaround: Until the normal click command works, you can use XClick. Simply replace in the last command click with xclick:

{
      "Command": "xclick",
      "Target": "id=id_43",
      "Value": ""
 }