How to login http credentials into chrome

How can i login using http credentials into chrome/edge?

When I try to do the automation, I can open the browser, but when I try to fill in the login, UiPath understands that it’s a Harware Event

thanks!

@andre.nascimento

Can you please elaborate? are you not able to indicate element?

cheers

Hi @andre.nascimento

Can you try the “Type Into” activity to enter the HTTP credentials in the login page of the browser.

Thanks!!

look this

UiPath create 2 “Use Application/Browser” activitie for it, but i got this error

image

If I change the input mode of the first activity to hardware event the error disappears, however, it is a browser and UiPath does not open Chrome

unfortunately didn’t work

@andre.nascimento

In use applucation/browser activity you can select what browser it is …please select it properly

Also you have options open and close where you can select never ,always or ifnotopen…select as needed

You need not open the second one…second window is a security ir windows window and not related to chrome…so do not open so it will attach to already open screen and remove url and check selector properly for the second window

Cheers

Hi @andre.nascimento

First of all you need a new use application/browser activity, attach the login window, make sure to use the Simulare as the Input Method propety
image

Make sure to set the Close and Open properties As “Never”

Regards

i got this error when i try type into login window

“The indicated element does not belong to the target application/browser.”

if you want to enter credentials in to window

Use another Use Application/Browser Activity and indicate the window

Use type into to enter credentials

Regards

Then give a try with the classic activities, using attach window activity and the type into with simulate property enabled

Regards

@andre.nascimento

For every window you want to automate or type on the elements
You need to use application scope activity
at the top level, you need to indicate that window, So that it will read the elements in that windows
Now inside that you can use TypeInto activity and click activity to perform the login task

Hope this may help you

Thanks,
Srini

works for me now

structure:

Thanks !!