Hi, I am pleased to announce that
version 2.0 is now available in Beta for those people who are interested.
The new changes are as follows:
1) Faster when populating forms with textareas that use an id tag to identify a control
2) Addition of three new commands including ability to pause, click on an image and also a div
3) Multithreaded capability so you can have up to five instances all working at the same time
4) The addition of eight custom fields (That can have spinnable text)
Download the software from here for MSI installer
OR
Download the software from here for non-installer
You must run the software as an administrator as the software needs access to write to the log file / capthca file / license file
Notes
The new commands
If you want to pause the browser after executing a command simply add in the following
This command will tell the browser to pause for ten seconds before continuing onto the next instruction
If you want to click on an image use the following command
The above command will tell the software to try to find an image with an ID of button_id and to click on it, the false means that the command ins not compulsory.
Note: If the software cannot find a image with the specifed ID it will search for a Name, then Source then Alt-tag so you would be able to search for an image with an alt-tag of "click here" by specifying the following
The final new command allows the software to click on a DIV. To click on a DIV you would specify the following instruction
Like the image button the software will try to find a DIV with the specified ID and if it cannot find that it will then look for a DIV with the specified Name, then Text then Value
The new custom fields
When you create a new project there are
eight new custom fields where you can assign text to and then associate this text with an instruction.
e.g. In one of your forms there may be a text area where you need to enter your occupation and country; You could make use of two of the custom fields by mapping the custom fields to the instruction set as shown in the example below
Code:
[text]|occupation|{customone}|false
[text]|country|{customtwo}|false
Note, the custom fields go from one to eight and are referenced in the instruction set like {customone} or {customfive} right through to {customeight}
Also, there are a couple of new tokens you can use in the spinnable content
The token [] will inject the current url of th...gh interest I will post the hack
Thanks
Mark