Results 1 to 9 of 9

Thread: Survey Completer

  1. #1
    Join Date
    Mar 2010
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default Survey Completer

    Not sure if this is in the right spot so I figured I'd put it here and let someone move it if needs be. I just have a few questions:

    1)If I'm trying to click Radio buttons, is it better to take a bitmap of the button so it knows what to and what not to click? Or is there a simpler way? (And by this I mean find the 'No' Column and selecting all but one for it to click to change to know, leaving certain ones yes).

    2)Is it easier to (when filling out fields) check the source or just use post methods/tamper-data-able methods to fill out the correct fields?

    3)Is Scar/SRL something I should even consider for this? Or is there a better option out there someone knows about?

    Thanks for any help .

  2. #2
    Join Date
    Jan 2010
    Posts
    5,227
    Mentioned
    6 Post(s)
    Quoted
    60 Post(s)

    Default

    Could you simply make a mouse macro that would just repeat the same thing over and over? Or would you have to change your answers?

  3. #3
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    I know there is a program called Autoit and I believe it can do what you want.
    Back from the dead.....

  4. #4
    Join Date
    Mar 2010
    Posts
    61
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    ^Thanks Aran

  5. #5
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Although it does require you writing your own script, it is to me the easiest although I remember I think a web browser app called RoboForm. Just google it, I don't remember much about it, but I know it can auto input stuff with a click of a button.
    Back from the dead.....

  6. #6
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by aran armath View Post
    I know there is a program called Autoit and I believe it can do what you want.
    Or he could use my mouse macro

    http://villavu.com/forum/showthread.php?t=49148
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

  7. #7
    Join Date
    Mar 2007
    Posts
    478
    Mentioned
    4 Post(s)
    Quoted
    4 Post(s)

    Default

    Quote Originally Posted by Dan's The Man View Post
    Guess you don'y know what AutoIt is. It doesn't use the mouse, it can submit and change forms, load web pages, etc. Say you wanted to login into Facebook, First you would tell it to load Facebook, then you'll need to find the form for the login, then add your login info into the script, and click play. Opens am internet explore web browser then, loads Facebook, and then logs you in. So you can do other stuff while the script is running and not have your mouse taken up, sort of like smart.

    Edit:
    http://www.autoitscript.com/autoit3/index.shtml
    Last edited by aran armath; 05-18-2010 at 04:49 PM.
    Back from the dead.....

  8. #8
    Join Date
    Sep 2006
    Posts
    6,089
    Mentioned
    77 Post(s)
    Quoted
    43 Post(s)

  9. #9
    Join Date
    Dec 2006
    Location
    Sydney, New South Wales, Australia
    Posts
    4,603
    Mentioned
    15 Post(s)
    Quoted
    42 Post(s)

    Default

    Quote Originally Posted by aran armath View Post
    Guess you don'y know what AutoIt is. It doesn't use the mouse, it can submit and change forms, load web pages, etc. Say you wanted to login into Facebook, First you would tell it to load Facebook, then you'll need to find the form for the login, then add your login info into the script, and click play. Opens am internet explore web browser then, loads Facebook, and then logs you in. So you can do other stuff while the script is running and not have your mouse taken up, sort of like smart.

    Edit:
    http://www.autoitscript.com/autoit3/index.shtml
    Umm, I know what AutoIt is. I was just making a suggestion if he wanted the mouse to move.

    Also, if you want it specifically within SCAR, try the APPA plugin by nielsie95.
    You may contact me with any concerns you have.
    Are you a victim of harassment? Please notify me or any other staff member.

    | SRL Community Rules | SRL Live Help & Chat | Setting up Simba | F.A.Q's |

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •