Hi, I noticed botchief struggles a bit with ajax, or I am unable to find the right onpage elements to make it work. I have this search form with no submission button, it's an ajax event <form action="#" method="post" onsubmit="return false;"><input type="text" data="input"></form>. To activate the search the only way is to hit ENTER, but when I simulate it with the bot it doesn't work. So I guess I am either focusing on the wrong element or the ENTER simulator cannot handle ajax.
If you have a way, much appreciated.