I am trying to scrape data from a page but I am not able to scrape the iframe, however title, paragraph and all other elements get scraped, but I just want the first paragraph and an iframe below that scraped.
I have used the following but does not work.
/html/body/div[2]/div/div/div[1]/div[3]/div/p[1]iframe[0]
//*[@class='elementor-widget-container']
This is the page :
https://leafletstore.com/leaflet/uae/west-zone-supermarket-catalog/
If someone can guide for css, xpath, id or reg expression, anything would be great. Thank you