How to 24/7 Auto click bottom [ok] in a Java Application?

Discussion in 'JavaScript' started by bangers777, Feb 4, 2012.

  1. #1
    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.
     
    bangers777, Feb 4, 2012 IP
  2. JohnnySchultz

    JohnnySchultz Peon

    Messages:
    277
    Likes Received:
    4
    Best Answers:
    7
    Trophy Points:
    0
    #2
    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..
     
    JohnnySchultz, Feb 6, 2012 IP