Hello! I'm looking for a script / program that can automatically click on a message box [OK] pupping up while in my web based java application... The [OK] Box, is not alway at the same cordination - So the script should be able to record where the OK bottom actually is located. The script should search 24/7 365 for that bottom, and automaticly click on the bottom. Is this possible? And could anyone show me how.. or create it for me.
yes and no.. yes, if the modal if html/javascript made only.. from there you can just execute the click event of the button.. no, if the modal used is alert(), because it should be click from the browser manually..