Overlay or FrameI am trying to use Python code in order to update my Discogs with tracking numbers in the specific field when I ship an item.
When I inspect that field box , this is the code (which is also shown in my attachment)
input type="text" class="full_width push_down_mini" style="margin-right:0;" placeholder="Tracking number (optional)" data-reactid=".0.$=1$react-modal-overlay.$react-modal.3.0.3"
I have been good with using driver.find_element_by_ID
Text
and Name
to navigate. But can't find out what to use to get this field box element to be located so I can then use search.send_keys
. I have tried xpath
& class
but no luck error comes back with unable to find element.