Why is document.querySelector() not returning anything in puppeteer?

前端 未结 0 443
轻奢々
轻奢々 2020-11-28 14:36

Here is the code I am using:

const puppeteer = require(\'puppeteer\');

(async () => {
    const browser = await puppeteer.launch();
    const page = await         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题