
Hi,
I am working in an small demo.
Objective: click on every single image on Instagram. example. https://www.instagram.com/microsoft/
For this purpose I am using extract data from web page
List Option:
Base Css: #react-root > section > main > div
Selector: [imgsrc*='instagram'] / Attribute: Source Link
But I get an error just creating and saving : Subflow: Main, Action: Extract data from web page
Any idea? The purpose is to extract all links to images on instagram and iterate over it.
Cheers