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
Would be really nice if the codegen could also generate a hover statement
Example
await page.getByText("qwe").hover();
Motivation
Extend codegen functionality, add a new "hover action" tool to the Playwright recorder that allows users to record hover interactions over elements, generating the corresponding await page.locator('selector').hover() code in all supported languages (JavaScript, Python, Java, C#).