Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2443
    aquilino morales
    Guest

    need to know if i can display a input box and ask the web user to enter input to use in the automation of a web page i.e. their password

    #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.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.