You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to make a screenshot for the page with dropdown menu activated.
See example here: https://demoqa.com/menu# ( .nav-menu-container #nav li:nth-child(2) :hover element).
I would appreciate any tips and workflow examples.
The text was updated successfully, but these errors were encountered:
I was looking at this as well and was hoping that the newer SO answer (with the MouseEvent) would work. Unfortunately not the case.
In my search for workarounds I did find that both puppeteer and playwright seem to be able to force a pseudostate (such as hover), but I don't understand this sufficiently.
Also, Playwright does offer a .hover() function, is that in any way usable?
I'm trying to make a screenshot for the page with dropdown menu activated.
See example here: https://demoqa.com/menu# (
.nav-menu-container #nav li:nth-child(2)
:hover element).I would appreciate any tips and workflow examples.
The text was updated successfully, but these errors were encountered: