Incomplete automation of 2 clicks in selenium IDE

211 Views Asked by At

I used selenium IDE(katalon plugin) in chrome. I have a school db of 300 students.

I need to update 2 fields in every student profile -2 drop down menus. Select "no" in both and click "Save". I automated it in the plugin. Now, I don't know how to go to every profile and do same. The right way is to use some while loop.

The db is in this form:

I did a pretty stupid thing - I simply change the student ID at the end and run the script, click 'play' in the plugin.

tttt

This is not proper automation, how do I do this? Maybe switch to code and write all the selenium cmds in java?

0

There are 0 best solutions below