When i log in (ACME) not logged but no error occur

when i login in page not logged but no error occur i think click button is not working can you plz guide me

@Ejaz_Ab,

Add log to keep track of your code execution. Add a log before and after Click on Login button.

still not logged in .

@Ejaz_Ab,

Check Selectors highlighting the Login button


nope still

@Ejaz_Ab,

Can you share the selector?

@Ejaz_Ab

in the debug panel select highlight element

and in click properties use hardware events as input mode and check

cheers

1 Like

IN HIGHLIGHTED MODE
( These credentials do not match our records.)
but i have added credentials

@Ejaz_Ab

thats not about highlight but I beleive now you can see it would highlight login and it clicked

but as per error the username and password provided are wrong

cheers

I don’t think soo

still stuck

@Ejaz_Ab

this is not a UiPath error that you are getting and the error is from application and it would come only if those are wrong

cheers

Hello @Ejaz_Ab

If you get the error

These credentials does not match our records.

Then try manually logging in.
If it doesnt work, then re-register.

image

Regards
Soren

yes tried manually it works…

@Ejaz_Ab then you could verify the things being typed, either by using the “locals” panel during debug, or by making the robot type into a notepad.
The error suggests that the username/password being typed is not as expected.

locals

Regards
Soren

sir in local panel while debugging it shows that email and password typed null why?

@Ejaz_Ab,

Check the credentials are fetched correctly with Get Credentials activity.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.