I've been using Puppeteer for about a week now but I can't for the life of me figure out how to click on this button:
<input type="button" value="Dismiss this error">
It has a dynamic selector that changes every time the page is opened so I can't use waitForSelector, I also tried using some code from This Post but I'm new to JS so I didn't really know how to adapt it for my purposes, any help would be appreciated.