Firefox addon to call javascript functions loaded from a server, is it feasible? -
I am evaluating the feasibility of automating the entries of the bets submitted on one server, lots of bets for entry It will be very slow before the race starts and press the "submit" button (label it "add to slip"), so automatic entry is better.
Manual method:
The web page that is coming from the server is "". Clicking the entries of the bet consists of clicking on the banker and the SL column, and Javascript stores them in some variables, due to the one click on the "add to slap" button the reason to store in some other variables in the other IFrame on the right side of the entry screen Can become. After the betset set, a click on the "Send Beat" button will send the stake to the server.
Intended Automation:
The betting entities will be available from one of the Java programs on PC, and can be made available to Firefox for a file through a file. The Addon reads the file and then puts entries inside the recurrent and calls the "Add to Slip" function. The "Send Beat" button can be clicked manually.
Addon is like a field for the web page in a field automatically.
I'm totally new on addon and javascript development, is this the right approach? Or is there any other way to implement it?
Please highlight me, thank you.
If you have a Java program on your PC, why do you need Firefox? A Java program is capable of making a call on the server completely, which can make Firefox (see Java.net).
Comments
Post a Comment