Puppeteer - Check if xPath element is visible

前端 未结 0 1242
失恋的感觉
失恋的感觉 2021-01-17 05:53

Hi firstly I would like to say that I\'m aware of the solution here:

async function isVisible(page, selector) {
  return await page.evaluate((selector) =>          


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