I have 3 different accounts in a website that I want to login and print a report every single day.
I\'ve done a Selenium IDE recording that allows me to login and pr
You can go with parameterization
For parameterization you need to create js file
For eg. Js file contains
var username = ["parameterization1@mailinator.com", "parameterization2@mailinator.com");
var password = ["parameterization1", "parameterization2"];
You can upload this JS file to Options > Options... > General tab > Selenium IDE extension.
Sample script for parameterization
Try this way of using Selenium IDE - http://greenlanternautomationframework.blogspot.com/p/selenium-ide.html