Question on Site Selector

Hi,

From one of the website, I am trying to extract information using site selector. I copied the selector from Inspect Element but its not working.

This is field.
image

This is the html.

When I am copying selector, the clipboard shows this code

#guideContainer-rootPanel-panel_1665650438-panel_1006668027-panel-panel_copy-guidetextbox__ > div.guideFieldWidget.textField

but this is not working.

Any solution to this? Can we use html instead of selector? I don't know how to use html though.

Hi @Pratik_Shah,

I would try using aria-label attribute which seems to be uniquely identifying the element you are interested in. Can you try input[aria-label~="3 *Director's Name "] selector?