Possible

yuengling

Newbie
Joined
Oct 30, 2011
Messages
10
Reaction score
0
So basically what best programming language can I learn to produce these results

inputs number into a box field in a web browser 770 tabs to the next box input 500 tab to the next box and puts 1002 waits 15 secs then
If tab non existant hold for 1 minute take a screen shot save if not continue
inputs number into a box field in a web browser 770 tabs to the next box input 500 tab to the next box and puts 1003 waits 15 secs then
If tab non existant hold for 1 minute take a screen shot save if not continue
inputs number into a box field in a web browser 770 tabs to the next box input 500 tab to the next box and puts 1004 waits 15 secs then
If tab non existant hold for 1 minute take a screen shot save if not continue
inputs number into a box field in a web browser 770 tabs to the next box input 500 tab to the next box and puts 1005 waits 15 secs then
If tab non existant hold for 1 minute take a screen shot save if not continue
inputs number into a box field in a web browser 770 tabs to the next box input 500 tab to the next box and puts 1006 waits 15 secs then

This continues until 9999. Then quits


at Adowning .Thanks checking out C !

Newbie to programming .
 
Last edited:
Yes. Possibly look at C to do this.


Sent from my iPhone using Tapatalk
 
This would be acceptable for inputing those random numbers into a browser correct?
 
I will go with others.C is best for this purpose.You must learn this to produce your required results.
 
You can do this in PHP, C, Haskell (probably in the fewest lines if you know it), and even bash script :p
 
Consider iMacros, sometimes it is quick and best solution for simple browser based bot tasks.
 
Back
Top