Hi all, I’m trying to automate a web page that includes a Handsontable, and I need to input text into existing cells.
Since I didn’t write the page, I don’t have a reference handle to the Handsontable object.
I have attempted to set the textContent and .value of various DOM elements, but with no success.
What’s the recommended way to programmatically enter inputs into Handsontable on a webpage (e.g. with Puppeteer)?
Thanks!