Dmitriy Dudkevich
Dmitriy Dudkevich
> Note that we have deprecated the devtools protocol automation mode and we recommend to use WebDriver or Puppeteer if you have a need to use CDP. I have heard...
cc @mourner
Привет. А в каком браузере запускаешь и с какими настройками? Проверил на chrome@101 и получил следующий результат:
Проблему воспроизвел. Действительно, при запуске теста с использованием `devtools` скриншот с текстом "Переводите в Яндекс Браузере" снимается как будто без ховера. Постараюсь подебажить на днях.
Fixed in: - [email protected] - [email protected] - [email protected]
Hello. In your `tsconfig.json` file try to specify: ``` { "compilerOptions": { "types": [ "hermione" ] } } ```
Hello. Can you provide minimal reproducible example?
Try to use: ``` yarn config set nodeLinker node-modules yarn yarn test ```
I agree this is not a complete solution, so I did not close the issue and offered a temporary solution. We need to fix it.