By default bot should ignore errors, adding ignore command to all functions is really time consuming. This is where BAS needs to make changes. It is better to define a fail or stop command rather than modifying each block..really BAS Should do something so that Bot don't stop on minor errors.
Sleep ignored??
-
Is there any reason sleep will get bypassed. I am clicking a web page button via move and click and a sleep 3000 that is immediately after is being bypassed. The next move and click happen immediately when it should happen after the sleep. I tried wait for full page load as well and that seems to get ignored in this one spot. I will mention that both sleep and wait for full page load work in other areas of the same script.
Thanks
-
Please attach the script, including just the operation you told above.