Adil Rakhaliyev

Results 61 comments of Adil Rakhaliyev

Hello @panva, Could you clarify if you tried executing commands from this [comment](https://github.com/DevExpress/testcafe/issues/6789#issuecomment-1695232629) for macOS-14 and share the result you got?

Hello, The issue is similar to this one: [https://github.com/DevExpress/testcafe/issues/8148#issuecomment-1994242758](https://github.com/DevExpress/testcafe/issues/8148#issuecomment-1994242758). Basically, the click method clicks the center of your Selector by default. In the case of a two-word link, you need...

Hello, in v3.0 and newer, TestCafe runs tests with the [Native Automation](%5Bhttps://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode%5D(https://testcafe.io/documentation/404237/guides/intermediate-guides/native-automation-mode)) option enabled by default. The update from v2 to v3 is major and it may lead to breaking...

Hello, I tried reproducing the issue and indeed, it does not automatically proceed to next steps after file uploading. However, I noticed that there is an error, after we call...

Hello, I tried running your usage scenario again and made sure that file uploading works as expected with ``` await t.setFilesToUpload(uploadOntoCanvas, "./test_pdf.pdf"); console.log(await uploadOntoCanvas.value); ``` [https://testcafe.io/documentation/402808/recipes/basics/test-file-upload#observe-input-state](https://testcafe.io/documentation/402808/recipes/basics/test-file-upload#observe-input-state) Could you please share...

Hello, I understand that after uploading a file, it should move on to the next steps. I managed to reproduce this behavior using your example. However, we can not determine...

Unfortunately, we cannot take this enhancement in work, since currently, we are focused on other tasks. We may reconsider this task priority in the future if we get requests for...

Hello, Unfortunately, it is currently difficult to determine the cause of this issue. In addition, it has a low priority, so we do not have plans to start working on...

@TAkbay, This information is not sufficient to reproduce the issue. Please create a separate ticket using a [template](https://github.com/DevExpress/testcafe/issues/new?assignees=&labels=TYPE%3A+bug&template=bug_report.yaml) and add a [minimal working example](https://testcafe.io/documentation/402636/faq/general-info#how-to-create-a-minimal-working-example-when-you-submit-an-issue) so that the TestCafe team can...

Testcafe released a new [version v3.5.0](https://testcafe.io/404732/release-notes/framework/2023-12-28-testcafe-v3-5-0-released#experimental-run-multi-window-tests-with-native-automation). The experimental CLI flag ‘[--experimental-multiple-windows](https://testcafe.io/documentation/402639/reference/command-line-interface#--experimental-multiple-windows)’ allows multiple-window tests with native automation. Please try this solution and let us know if you encounter any issues.