-
Notifications
You must be signed in to change notification settings - Fork 674
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with starting mp4 player #8345
Comments
Hello @JakubMaz, I couldn't reproduce the issue based on the scenario you described. The video takes slightly longer to load compared to running without TestCafe, but it's not as delayed as you mentioned. Without Testcafe: Could you please clarify if you have tried running it in Native Automation mode? Additionally, could you share your operating system and Node.js version? |
@PavelMor25 I'm runing testcafe with flag --disable-native-automation. On Native Automation mode it works. |
Hello, Could you please clarify if there is a reason you do not use TestCafe with Native Automation enabled? Also, we have tried running your example with Native Automation disabled yet we still got expected results. Could the issue be related to your environment? Please try running your example on a different machine and share your results with us. |
Hello @JakubMaz , After we conducted a partial investigation, we couldn't reproduce the results you reported. Since the observed difference in loading time is not critical and this issue is not widely reported among users, we cannot prioritize it at this time. Additionally, you can use the native automation mode to resolve this issue. Therefore, we will close this issue. We appreciate your understanding. |
What is your Scenario?
I would like to run a player on the site that downloads mp4
What is the Current behavior?
Mp 4 downloads, but it takes a long time, much more than without testCafe.
![2024-11-22_09h47_52](https://private-user-images.githubusercontent.com/65567898/388868005-1f33553c-e09c-48ff-9a25-ceefe1cf65ed.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTMyMzQsIm5iZiI6MTczODg1MjkzNCwicGF0aCI6Ii82NTU2Nzg5OC8zODg4NjgwMDUtMWYzMzU1M2MtZTA5Yy00OGZmLTlhMjUtY2VlZmUxY2Y2NWVkLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE0NDIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTM3MzJkN2ZiNGQwYTJhMjM3ODBkYjRkNmVkYmYyNmY2MGFiNTFmZWNjNjFmMjk4NzllNDY3NmU2N2QwYWYyNGEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.KLh-AY2J0h5cuvecMT7F0NB5myQ_5F_THuN9Bl5lP5o)
![2024-11-22_09h45_59](https://private-user-images.githubusercontent.com/65567898/388867561-2a621186-84dc-45c3-bc4c-1b155f4a173c.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg4NTMyMzQsIm5iZiI6MTczODg1MjkzNCwicGF0aCI6Ii82NTU2Nzg5OC8zODg4Njc1NjEtMmE2MjExODYtODRkYy00NWMzLWJjNGMtMWIxNTVmNGExNzNjLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDYlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA2VDE0NDIxNFomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWE4MzI5ZGNiZDFhMzk2OWY3MDNjNGVkOWY3OTdmMzcyMDE5YTZhNDAxNzliODdkZjdiZTEyZDdhMDFiNDM4OWImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.FWgrfRK5Tfly6XjF_7Z2nmxQNMZI_QHfReJr7zPy6yU)
This has resulted in the fact that it cannot be tested.
Normally the request requires ~100ms.
With testcafe it takes ~25s.
What is the Expected behavior?
Downloading mp4 through the player takes a normal amount of time
What is the public URL of the test page? (attach your complete example)
https://www.livereacting.com/tools/mp4-player
What is your TestCafe test code?
TestCafe version
3.7.0
Command-line arguments
testcafe chrome tests/test.js --disable-native-automation
Platform(s) and version(s)
chrome, edge
The text was updated successfully, but these errors were encountered: