A pretty cool thing ubot has is "Wait for element" function, that really goes well with Ajax. Instead of the browser waiting until the page finishes loading (which doesn't work well with Ajax and that's why you need to add pause everywhere), the browser waits for a specific element to appear. As soon as it appears it goes to next step.
This would be really good, because we wouldn't have to add 3-5 sec pause everywhere (it slows down the template and it's also a little bit noobish).
Thanks!
This would be really good, because we wouldn't have to add 3-5 sec pause everywhere (it slows down the template and it's also a little bit noobish).
Thanks!