mittster

Results 9 issues of mittster

Hello sir, very nice module :) I am trying to make it nicer by speeding up closing and opening of gateways. Current implementation uses: `apis = awsclient.get_rest_apis()["items"]` // to get...

question

### Bug description Taking a full page screenshot causes large page to reload. This in turn causes page to reset dimensions to 800x600 and throw away any lazy loaded content....

bug
screenshot
confirmed
P3

### Bug description I am observing unstable screenshot behaviour. On a specific website, screenshot function fails with 'Unable to capture screenshot' error. I am running in headful mode, because I...

bug
needs-feedback

**Describe the bug** Hello, you might find this bug interesting. When iframe.contentWindow evasion is enabled, body width (among other style properties) changes to a large value. With iframe.contentWindow evasion disabled:...

issue: bug report
needs triage

I am following the official [coturn docs][1] and trying to setup a `coturn` server to handle `STUN` and `TURN` requests. I am testing if my server runs correctly by using...

### Minimal, reproducible example ```TypeScript import puppeteer from "puppeteer"; var browser = await puppeteer.launch({ headless:"new" // no error in headful mode }); let url = "https://www.adobe.com/it/creativecloud/photography/basics/light.html"; const page = await...

bug
needs-feedback
not-reproducible

Hello @Ge0rg3! Thank you for putting together this library. It was proven to be effective over months of use. However I'd like to report that some urls fail to fetch...

bug
help wanted

On websocket termination (triggered by browser tab closure), a number of catch blocks catch an exception. The relevant code and stack trace is appended. I normally just ignore these errors...

It looks like Api Gateway is automatically turning the "%2f" to a "/". This causes request to fail. In this particular case the error message is 403, URL signature mismatch....