bjuan210302

Results 2 issues of bjuan210302

`page.on('popup', handler)` doesn't seem to fire the event or call the handler. ``` page.on('popup', p => { console.log('Pop up was fire') }) await page.click('Some-element-that-opens-popup') ``` The script ends and `Pop...

# Bug report ## Describe the bug CreateSignedUrl fails with `body must be object` when target object content-type is different from "application/json" ## To Reproduce ```go // Upload file and...

bug