is there any methode to find an element like in this is example:
Element <input type="text" />
for example if i want to be able to change the value of the input after the text "Element" , is that possible , without nowing the name or the id of the input . thank's for help.
Element <input type="text" />
for example if i want to be able to change the value of the input after the text "Element" , is that possible , without nowing the name or the id of the input . thank's for help.
Comment