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?
Blancer.com Tutorials and projects
Freelance Projects, Design and Programming Tutorials
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?