Dragos Campean

Results 17 comments of Dragos Campean

This is also happening for me, using puppeteer `"version": "11.0.0"`

> This is also happening for me, using puppeteer `"version": "11.0.0"` I just noticed that if I `abort` `.woff` resources, it no longer hangs

We are struggling too with this issue, implemented a temporary workaround where instead of `browser.url()` we use ``` static openViaPuppeteer(completeURL) { const puppeteer = browser.getPuppeteer(); const page = browser.call(() =>...

> @dragosMC91 thanks for reporting! > > Can you elaborate what do you think `'goog:platformName'` does and where this is defined? Sorry for the delayed reply I was on holiday,...

> @dragosMC91 as far as I understand this PR will help you to understand this behaviour, but I am not sure that it is fine when spec flag ignore `exclude`...

@christian-bromann I tried to address the issue here: https://github.com/webdriverio/webdriverio/pull/9013 I was not able to build the project locally and run/ extend unit tests...followed the steps here https://webdriver.io/docs/contribute#set-up-project , used nvm...

@hammzj I think I fixed this, btw were you able to build your project in the end, it still doesn’t work for me? https://github.com/webdriverio/webdriverio/issues/8376#issuecomment-1155243942

The fixes are available here: https://github.com/webdriverio/webdriverio/pull/9013 cc @hammzj @christian-bromann

for me it's a request like this causing the problem (added a console log): ``` { __fulfilled: 1669122851503, __processed: 1669122851372, body: '', headers: {}, method: 'POST', requestBody: '[{"event":"map.load","created":"2022-11-22T13:14:11.371Z"}]', requestHeaders: {...