Adil Rakhaliyev

Results 61 comments of Adil Rakhaliyev

This issue is a rare case scenario that has a workaround. A potential fix is quite complex and thus has a low priority at present. This means that we don’t...

Hello, Thank you for sharing the sample. For some reason, I get the following error after trying to run ./vendor/bin/sail migrate: ![image](https://github.com/DevExpress/testcafe/assets/67043367/ede995a8-10a6-43cb-a952-b8c4e48af010) Could you please check it? In addition, it...

Hello, we have created a fix for this issue. Could you please check your tests with this build? [https://github.com/Bayheck/Builds/blob/main/testcafe-3.6.1.tgz](https://github.com/Bayheck/Builds/blob/main/testcafe-3.6.1.tgz) I look forward to your results.

Hello, Thank you for testing the build. Unfortunately, we cannot give an ETA on when we will introduce this fix. If everything goes as planned, it will be in the...

Hello, After taking a closer look at the issue, we found out that TestCafe has a technical limitation when used with the rxjs library. TestCafe uses testcafe-hammerhead to proxy your...

Hello, The issue occurs only in Firefox because Testcafe has Native Automation mode only in Chromium-based browsers. [https://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode](https://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode) Could you please illustrate your attempts with alternative libraries using the example...

Hello, this is a temporary technical limitation of Testcafe in Firefox. For now, I recommend to use chromium based browsers with enabled Native Automation. Stay tuned for any updates.

Thank you for your help. Replacing the window with a globalThis.window does help resolve the issue. We are already working on the PR and making progress. However, we believe your...

Hello, We do not recommend using live mode and concurrency in combination. It is difficult to work on the issue because of how unstable the usage scenario is. Please try...

Hello, I tried to run your example without concurrency and live mode and got browser hanging on 1 out of 10-11 runs. How often do you get this behavior? Is...