You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started adding events in #93. You can try out that branch if you would like. It still needs some testing and polish and the types may change a bit still. Custom events will need to be added to the event type.
The easiest alternative right now is to make a really simple binding to Page.on that takes a string (and we may provide that as an escape hatch in the API as well). We would eventually like to have a complete well-typed solution.
I'm using bs.raw at the moment to do everything I need with the dialog. That's the great part of bucklescript, easy to drop back to js. So for now I'm good.
I don't find any way to use the dialog? reading https://pptr.dev/#?product=Puppeteer&version=v1.8.0&show=api-class-dialog it seems that I should use
Page.on
, but that's not implemented?The text was updated successfully, but these errors were encountered: