Popov Aleksey

Results 56 comments of Popov Aleksey

Hi @fmancardi, This happens because you use the [`singleFile`](https://testcafe.io/documentation/402840/guides/intermediate-guides/screenshots-and-videos?search#basic-video-options) option. In this case, all your tests are recorded in one file. Thus, we cannot determine what exact name that we...

Thank you for the suggestion. We will add warnings if `singleFile` is true and will update this thread once this happens.

There are no updates. We'll update this thread once we have any news.

Hi @marinamarin91, I increased the priority of the issue. However, I cannot give you a precise date because it may be misleading.

Hi @MeScofield, We don't have any updates yet. As a workaround, you can click twice: ```js await t.click(Selector('#myLink')); await t.click(Selector('#myLink')); ``` A new window will open correctly after the second...

Hi @pranabkdas85, I double-checked the initial example from this thread and didn't reproduce the issue. Perhaps, this behavior is affected by other aspects in your case. Please create a new...

Hi @Victorgabarullo, Utils scripts for the config file should be created with the same rules as the config file. The config file supports only CommonJS syntax. It means that you...

Hi @jamesryan-dev What do you mean by `5.2.0`? Did you mean `testcafe 2.5.0`? We had an issue with resizing the Chrome browser on MacOS independent of the node version and...

Hi @javadoug, Another way exists but it has all limitations of remote tests. [Create a remote connection](https://testcafe.io/documentation/403584/guides/intermediate-guides/mobile-devices-cloud-browsers-and-emulation?search#test-runner-recipe) and just run your browser, for example, Safari in this way: ```js exec(`open...