Hello, I've recently updated from Firefox 50 to 54.0.1.
My Autoit script that previously worked fine, now seems to have erratic problems.
It's almost as if some Send() commands are sometimes skipped when dealing with the Firefox UI (it's still mostly fine on the actual pages).
To temporarly fix the problem, I had to put some Sleep(200) pauses and avoid grouping keys together (e.g: TAB 2), but I'm not exactly sure about the correct way to deal with this..
Could this be caused by the new multiprocess feature? (e10s)
Are there better Autoit commands or rules that I should use?