In css…
My reading of this is that the input is not in the tree identified by div.password-item
. So please steer away from it altogether.
Assuming no iframe(s), the input element can be found using this css locator:
div.digital-password-bordered input
If it turns out that any other sub-div also contains input
elements, then…
div.digital-password-bordered > div > input
@freak.fahmi Please learn to use DevTools properly to identify your elements.