Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

UnhandledPromiseRejectionWarning: Error: Node is either not clickable or not an HTMLElement

//Try 
const puppeteer = require('puppeteer');

const button = await page.$(selector); 
await button.evaluate(b => b.click());
 
PREVIOUS NEXT
Tagged: #Node #clickable #HTMLElement
ADD COMMENT
Topic
Name
9+2 =