Relative Content

Tag Archive for javascriptweb-scrapingpuppeteer

How to reach an element created with JavaScript?

I am using Puppeteer to reach a button (unfollow button) in my GitHub following page. Because this button does not exist when I scrape this page I think it has been created by user-side JS code. Then I used waitForSelector command in order to wait for this button, but again page vould not find the button. Here is my code:

puppeteer: how to reach an element who created with javascript?

i am using puppeteer to reach a button(unfollow button) in my github followings page. because this button does not exist when i scrap this page i think it has been created by user side js code. then i used wait for selector command in order to waiting for this button . but again page vould not find the button. here is my code: