conscious-sapphire
conscious-sapphire2y ago

Failure to run

I've encoutered the following issue. Any comments why is that ?
No description
7 Replies
Lukas Krivka
Lukas Krivka2y ago
Seems you are trying to access puppeteer variable. Can you share your inputs?
conscious-sapphire
conscious-sapphireOP2y ago
@Lukas Krivka
conscious-sapphire
conscious-sapphireOP2y ago
Input file.
conscious-sapphire
conscious-sapphireOP2y ago
@Lukas Krivka , are we supposed to use page object rather than puppeteer inside of pageFunction ?
Lukas Krivka
Lukas Krivka2y ago
Well, there are few different things: Web Scraper - You don't even have access to the page, you use the $ JQuery handle on the context. It is running in the browser contect. You seem to be using Web Scraper Puppeteer Scraper - Here you have access to the page object via context.page
eastern-cyan
eastern-cyan2y ago
how can you get content of iframe in case of web scraper?
Lukas Krivka
Lukas Krivka2y ago
I'm not sure if it is possible since it is separate document, check Google

Did you find this page helpful?