Login Problem website

Hi there,
i want to login into a website, but whatever i try, i wont work. I want to open a website (https://befunde.nextgenoncology.de/) and type in the Login Name “Studien”. But whatever i try, it wont type in the Word “Studien” at the login form.

What would be a good prompt for this?

My prompt:

“Go to URL https://befunde.nextgenoncology.de/, wait 5 seconds. Type word “Studien” in textfield”. Click round blue button."

Thanks for your help

Hi @bojar ,

Can you please share the scenario you created?

First of all, if you turn incognito mode off, and if you are already logged in you don’t need to login again.

Openbrowser Chrome https://befunde.nextgenoncology.de -Incognito false

If you need to login each time anyways then:

Openbrowser Chrome https://befunde.nextgenoncology.de
Click Text “Username”
Write “[email protected]
Click Text “Password”[1]
Write “Here is my password”
SendKeys Enter

Pay attention that I used “Password”[1] just because there are two Password text on the screen and it is the second one I want to click. For that reason I need to type “1” to index field which will click the second one.