Getting text from a password text box

Hiii!

I need to get the password from a textbox into a webpage in order to detect if the password is valid or not. I have tried getting with the get text,get full text and get visible text but the output is empty. Also,I used selector tool and when I check the properties panel I saw It does not show me the text .

Is there a way to get it?

This is the textbox image:
pass

and result selector

selector

Hi @Lucky0906

How do you type the password into the text box? Using Type into activity?

Can you inspect that element of webpage in browser by pressing F12.
After doing that can you check the Html tag of that element. Ideally that tag should be of type=‘password’.
Change its type to ‘text’.
By changing the type you may be able to see the password.