Feature request `:hover` selector
See original GitHub issueIssue type Feature request
Description of new feature
it would be great if similar to a :selected
or :active
a :hover
selector is supported. Similar to CSS it should be triggered when the mouse is over the element.
Motivation for new feature
direct feedback when hovering over a node
Issue Analytics
- State:
- Created 3 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Feature Request: CSS selectors (e.g. :hover, :active ... - Themeco
My suggestion is to add state dropdown for every element and expose all properties which make sense to non-default (normal) CSS states. Dropdown...
Read more >hover - CSS: Cascading Style Sheets - MDN Web Docs
The :hover CSS pseudo-class matches when the user interacts with an element with a pointing device, but does not necessarily activate it.
Read more >Menu items hover effect: Feature request - WordPress.org
The “indicator effect” option should let you control the width of the underline. Have you tried playing around with the option to see...
Read more >Feature request: CSS hover #832 - teamcapybara/capybara
I've found #116, but that seems to be about a (nonexistent) JavaScript hover event. The suggestion -- to use a mouseover event --...
Read more >CSS :hover Selector - W3Schools
The :hover selector is used to select elements when you mouse over them. Tip: The :hover selector can be used on all elements,...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Hello sgratzl, Can’t you do that with cy.on ? for example, to add a listener to triggered event on hovering edges :
cy.on("mouseover", "edge",function(evt){your function}
This issue has been automatically marked as stale, because it has not had activity within the past 14 days. It will be closed if no further activity occurs within the next 7 days. If a feature request is important to you, please consider making a pull request. Thank you for your contributions.