I'm trying to click on multiple div with same class name. Parse the HTML page, extract some information and get back to same page. On this
P.S : Please note that product_details
is not exactly a structured element and just text which we need to parse using regex if want to generalize it for all urls, hence you will have to do some exceptional handling while indexing the list product_details
which you have done in your code.