hurt-tomatoH
Apify & Crawlee4y ago
3 replies
hurt-tomato

How to get the image source?

How to get the image source of this element?
page.locator('img');
This is not working:
const image = await page.locator('img').src;
Was this page helpful?