I am trying to click a button inside an iframe using pyppeteer - the python version of puppeteer However, I have drawn a blank. A simple page.click('#selector') does not seem to draw results and await page.waitForSelector('#selector') does not pick it up either
Could anyone advise? The buttons prior to the iframe work fine Thanks