I need to auto click on any of the "Add" buttons in a web page like as the following address:
"https://groceries.asda.com/search/yoghurt"
But, none of the "Add" buttons in the page has name or id.
So I can not use driver.find_element_by_id()
command from Selenium package.
Can any one help me?