//*[@id="bede971c-0687-4699-9e9b-f10f375b6a62"] id: bede971c-0687-4699-9e9b-f10f375b6a62 keeps on changing when reloading the page Is there any way to handle this type of situation in Selenium?
Asked
Active
Viewed 19 times
0
-
Just don't use `@id` as locator – JaSON Aug 18 '20 at 07:36
-
1Page will be dynamic so you need to use class instead of id – Akshat Zala Aug 18 '20 at 07:43