mercredi 19 juillet 2017

Copy text from file (row after row) and paste it into browser text file with selenium

I have a large pack of data that needs to be pasted and verified on the browser text field. The proccess look like this:

  1. I have a table of different data and need to check it one by one by copying it on the browser text field and run a veryfication (one click on browser)

Data1 Data2 Data3 ...

  1. After this I need to insert the veryfication result in the text file.

  2. Regardless of the result, I need to continue the process with the next data row. It need to be checked one by one.

Can I somehow use Selenium ide to make this more automatic?

Aucun commentaire:

Enregistrer un commentaire