Home > Enterprise >  Click multiple divs with same class name using for loop
Click multiple divs with same class name using for loop

Time:07-06

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 enter image description here

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.

  • Related