Adil Rakhaliyev
Adil Rakhaliyev
Hello, I managed to run your sample successfully with Native automation disabled. The following command line argument is incorrect: ``` testcafe chrome --disableNativeAutomation ``` It should be as follows: ```...
Hello, thank you for reaching out to us. We fixed the issue in our documentation: https://testcafe.io/documentation/402831/guides/basic-guides/test-structure#absolute-fixture-url https://testcafe.io/documentation/402831/guides/basic-guides/test-structure#relative-test-url
Hello, Your archive does not include config. Please update the archive. In addition, please share the following information: OS and its version, Firefox version, and Node version. 
Hello, I managed to run the example on Chrome and used the following approach in this PR: [https://github.com/DevExpress/testcafe/pull/8346](https://github.com/DevExpress/testcafe/pull/8346) I will close this PR. Thank you for your contribution.
Hello [@AlekseyKravtsov17](https://github.com/AlekseyKravtsov17), We have released testcafe 3.7.0-rc.1, which addresses this issue. Please take a look and let us know your results. I will close this issue as a duplicate of...
Hello [@AlekseyKravtsov17](https://github.com/AlekseyKravtsov17), I believe you have encountered this issue: [https://github.com/DevExpress/testcafe/issues/8300.](https://github.com/DevExpress/testcafe/issues/8300.) Please stay tuned - we are already working on it.
Hello, I have reproduced the issue with your reproduction steps. However, I also tried to run a test in TestCafe using Native Automation mode and it worked correctly. Could you...
Hello, As a workaround, you can split your test cases with maps to run in Native Automation mode and others to run as usual. Could you please create minimal reproducible...
Hello, I didn't manage to reproduce this issue. Below I attached a zipped archive with the files I used. Could you please update those files so that I can reproduce...
Hello, Thank you for the clarification. I managed to reproduce the issue on my side. I see the error message in the console tab, but the test and page do...