Relative Content

Tag Archive for javascripthtmlnode.jsweb-scrapingpuppeteer

NodeJS/Puppeteer – can’t click an element

I’m trying to click on an element but whenever i click the focus seems to turn into an input.
Lemme try to rephrase: it is an clickable element who shows after i do some search. I want to click on it so i can do some other actions.
However, when i tell puppeteer to click on it, the focus seems to go into an input who’s close to this button.