Click on item inside dynamic accordion using Puppeteer for nodejs
I’m struggling to find click on an item inside an dynamic loaded accordion.
When the page opens, the first thing i do is click on the accordion button to expand its items. So far so good, i managed to click on it and open the table.
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.