-
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
t.click incorrectly applies :focus-visible class in Firefox #7969
Comments
Thank you for reporting the issue. I managed to reproduce it. The issue is not in Firefox. It's a specificity of our proxy driver. Since the TestCafe version 3.0.0, we run tests in Native Automation mode by default for Chromium-based browser. This mode reduces the use of our proxy driver. That's why your usage scenario works fine in Chrome. At present, we do not support this mode for Firefox. As a workaround, you can execute this type of test only with Chromium-based browsers (e.g. Chrome, MS Edge) and don't turn off the Native Automation mode. Since the usage scenario is very rare and the issue has a workaround, I'll close it. Please let us know if the suggested workaround doesn't meet your needs. |
Hello @Aleksey28, |
We can reopen the issue. However, we cannot give you any time estimates for our research or the fix. |
This issue has been automatically marked as stale because it has not had any activity for a long period. It will be closed and archived if no further activity occurs. However, we may return to this issue in the future. If it still affects you or you have any additional information regarding it, please leave a comment and we will keep it open. |
We're closing this issue after a prolonged period of inactivity. If it still affects you, please add a comment to this issue with up-to-date information. Thank you. |
What is your Scenario?
When
t.click(divElement)
executes in Firefox v106.0.3 browser on windows 10,:focus-visible
pseudo class is applied on the div. This is not happening when the test is done manualy.What is the Current behavior?
When
t.click(divElement)
in Firefox v106.0.3 browser on windows 10,:focus-visible
pseudo class is applied on the div. This is not happening when the test is done manualy.What is the Expected behavior?
Clicking on an element should not apply
:focus-visible
. Observe that other browsers like Chrome or Edge do not apply the:focus-visible
pseudo class.What is your public website URL? (or attach your complete example)
What is your TestCafe test code?
Your complete configuration file
No response
Your complete test report
No response
Screenshots
No response
Steps to Reproduce
TestCafe version
3.2.0
Node.js version
18.17.1
Command-line arguments
testcafe firefox test-file.ts
Browser name(s) and version(s)
Firefox 106.0.3
Platform(s) and version(s)
Windows 10
Other
No response
The text was updated successfully, but these errors were encountered: