#2444

Hello

EveryStep can be used to fill out forms on a web page, including username and password fields to log in to a website. Once a scripted path through a website is recorded, it is not interactive- meaning that it will automatically enter the same values into the fields every time you run the script.

If you simply want to edit credentials that were used at the initial recording you can right click at the script area within the editing pane at the string like “TypeText()” to edit data used for input.

If you wish to run the script with different values entered each time, a valid C# code can be used, for example like it’s described at
https://everystep-automation.com/forums/topic/change-script-for-dropdown-value/

Kind regards.