I can't seem to find a solution. I'm able to click the modal, but once I target the id on something on the modal I get Node is either not clickable or not an HTMLElement. I'm using the below to target an id after the modal loads up from another click.
await page.click('#myid');