How to reach an element created with JavaScript while scrapping via puppeteer?
I am using Puppeteer to reach a button (unfollow button) in my GitHub followings 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…