how that happens? how can i develop my own module? my combobox has numbers from 1 to 24. these represent the hours. When my user chooses 10, the sleep value should be 10000000. I couldn't .... help me @DarkDrake @Oyasumi-Punpun
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.