Andrey Belym
Andrey Belym
Already fixed.
Unfortunately, even if we manage to get through the Screen Capture permission, we still have to deal with the Automation permission. There are more details in a comment here: https://github.com/DevExpress/testcafe/pull/7028#issuecomment-1130559567
Thank you for your inquiry. Currently, TestCafe doesn't support HTTP/2-only servers, it can work only if your web server can switch to the HTTPS compatibility mode. I think we should...
Thank you for your report. I was able to reproduce the issue. Likely it is an incompatibility between TestCafe and Electron, but we need some time for debugging.
Hammerhead v24 shipped with TestCafe v14 implements server-side only HTTP/2 support. Since we still have to implement client-side HTTP/2 support to achieve full HTTP/2 compatibility, we cannot close DevExpress/testcafe#7182 yet....
Looks like this error only happens in IE11. Have you tried to run your test in IE only? Have you checked that your web app works in IE11?
@Bluexin thank you for using TestCafe and the React selectors plugin. If you provide a sample page, we can try to help you find the cause of the problem. But...
@Bluexin thank you for your response, I'll wait for it.
Hi @chheller! I don't think that the problem is in the provider. Try to run the following test with and without concurrency: ```js fixture `test`.page`example.com`; const DELAY = 30000; const...
@ljowen, it should be fixed in https://github.com/DevExpress/testcafe-browser-provider-browserstack/commit/fb65abb578ed9680cccc36e8a979301181b6d85f. Please ensure that you use the latest (1.8.0) version of `testcafe-browser-provider-browserstack` and create a new issue if you can reproduce the problem with...