How to invoke an iMacro from JavaScript?

后端 未结 3 1159
佛祖请我去吃肉
佛祖请我去吃肉 2021-02-09 08:37

I have an iMacro \'Test.iim\' and I want to play or call this iMacro from a javascript that is attached into a button click event in my webpage

3条回答
  •  旧巷少年郎
    2021-02-09 09:30

    simple example code would be:

    iimPlay(Test.iim);
    

    here you can find additional information about it: http://wiki.imacros.net/iimPlay

提交回复
热议问题