HTML:
<input id="4432e17d-eed6-4620-9bb4-d75ffbd321fa" type="email" placeholder="Email address" value="" name="emailAddress" data-componentname="emailAddress" autocomplete="email" autocorrect="off" autocapitalize="off" spellcheck="false">
Refreshed:
<input id="4a463943-7f58-42ea-9317-ba9f9518811e" type="email" placeholder="Email address" value="" name="emailAddress" data-componentname="emailAddress" autocomplete="email" autocorrect="off" autocapitalize="off" spellcheck="false">
How can I select this element without using ID.
I've tried by XPATH and CSS SELECTOR both haven't worked. Full XPATH:
/html/body/div[2]/div[3]/div[5]/form/div[1]/input
XPATH:
//*[@id="4a463943-7f58-42ea-9317-ba9f9518811e" except the ID changes.
Any help?