Out of fun I tried myself at therpachallenge.com 'Input From' challenge (first one).
The challenge is to fill out a web form with data from an excel. The twist is, that every time you submit the form, the position of the field on the form change.
To bypass that problem we just need to identify the input tag with another attribute ng-reflect-name.
The hole bot process is pretty simple, open the excel and then make a loop from row two to eleven and get all the row value with the 'GetRowValues' action. To fill out the fields we have a method on the chrome connector called 'SetFields' where we can set all the input fields from the excel. Last step is to use the click method on the submit button, thats it.
Top comments(2)
For further actions, you may consider blocking this person and/orreporting abuse