How to input credentials such as email and password when trying to login

So basically, I am done with the basics such as

  1. “Start Browser” - Open Google Chrome and Go to the URL
  2. “Web Wait Until” - Until the Text in the button is present in the element.
  3. “Web Click” - Trigger to click login button.

Now the missing piece here is I do not know how to put the credentials in the text field. What kind of plugin should I use with that?

1 Like

@fdc_jpg,

You can use Web Set Value plugin step to set the text in the web element.

2 Likes