Closed aprabh001c closed 1 year ago
Hello @aprabh001c ,
Thank you for sharing the test code. I did not manage to reproduce the issue. Please check the attached screencast:
https://github.com/DevExpress/testcafe/assets/14822473/1b009477-f5c7-490a-883f-e828b5262d46
I tried to reproduce it in the attached project sample. You can run it by using the following commands:
npm ci
npx testcafe chrome ./tests/test.js -e --native-automation
Please modify the project sample so that we can reproduce the problematic behavior on our side.
Hi even in attached video provided as part of your reply, you can see the error message after selecting the block. Below error message doesnt occur if you do same steps manually.
Hi @aprabh001c ,
I see the problematic behavior now. Thank you for reporting the issue. We will look into it and update this thread once we have any results. In the meantime, as a workaround, you can disable the Native Automation mode.
Thanks for looking into it, with Native Automation Off, we always hit below error at end of script (issue raised for same https://github.com/DevExpress/testcafe/issues/6861 )
× UnhandledExceptionTC
1) Uncaught exception:
Error: Session closed with error code 11
at new NodeError (node:internal/errors:399:5)
at Http2Session.onGoawayData (node:internal/http2/core:687:21)
at Http2Session.callbackTrampoline (node:internal/async_hooks:130:17)
Thank you for fixing this. Please let me know which version I can expect this fix.
On Tue, May 16, 2023 at 9:48 PM Mikhail Losev @.***> wrote:
Closed #7686 https://github.com/DevExpress/testcafe/issues/7686 as completed via DevExpress/testcafe-hammerhead#2890 https://github.com/DevExpress/testcafe-hammerhead/pull/2890.
— Reply to this email directly, view it on GitHub https://github.com/DevExpress/testcafe/issues/7686#event-9263824064, or unsubscribe https://github.com/notifications/unsubscribe-auth/AN24BXMR25WWF34WCQLIMX3XGQU7HANCNFSM6AAAAAAX2MIHAQ . You are receiving this because you were mentioned.Message ID: @.***>
Hi @aprabh001c,
We will introduce this fix in the upcoming version.
What is your Scenario?
Script:
Note: - Tried to record video using --video command but it ended up with blank white screen Downloaded FFMEG and set as env variable as well, but it didnt help +
What is the Current behavior?
What is the Expected behavior?
No exception should be given
What is your public website URL? (or attach your complete example)
https://www.xfinity.com/learn/offers
What is your TestCafe test code?
Your complete configuration file
npx testcafe chrome testing.js -e --native-automation
Your complete test report
No response
Screenshots
Steps to Reproduce
TestCafe version
2.5.1-rc.1
Node.js version
18.16.0
Command-line arguments
npx testcafe chrome testing.js -e --native-automation
Browser name(s) and version(s)
Chrome 113.0.5672.64
Platform(s) and version(s)
windows 2016 server
Other
No response