Hauke T.

Results 37 comments of Hauke T.

Hi, You can find my fork here: https://github.com/htho/npm-dts I also published an npm package @htho/npm-dts it also takes d.ts files in the source tree. Feel free to use it, but...

I am not sure if this project is maintained anymore. I was able to use bitblt not on the instance, but on the prototype. ```js const { PNG } =...

I tried to solve the same problem. I found that this is not a problem of the plugin (this repo), but the [language-service](https://github.com/cucumber/language-service/). And it is a huge problem. The...

> Hi, if you cannot find the element due to the other issue you created, it makes sense you cannot switch to it Hi, in this bug I use the...

Hi @christian-bromann I started to work an a wrapper, that lets me await the next dialog. But I had some trouble because the event is triggered multiple times on pages...

Hi @christian-bromann , `browserVersion: 'stable'` did the trick. Firefox 113 is installed on this Windows Server 2022

Thank you @marcobeltempo . Unfortunately this does not help either. I found out, that the agent does not have chrome installed. Now I have a pipeline-step that installs chrome via...

> > browserVersion: 'stable', > > [@htho](https://github.com/htho) WebdriverIO would download Chrome for you if you set above ^ capability. Would that work? No, `browserVersion: 'stable',` does not fix it.

I asked a question about this on StackOverflow: https://stackoverflow.com/q/79236960/1635906 I found that we probably need a new matcher: https://github.com/webdriverio/expect-webdriverio/issues/1717