I have a <input type="search">
element,
and I’m trying to click the clear pseudo element using Playwright-typescript.
I’ve managed to make it visible manually using these instructions, but not via Playwright.
Is there any way to accomplish that?
1