Html – How to check input type=color in website while testing with playwright?
While testing website where input type is equal to color is not working while testing with playwright. I have tried by using all the methods or code in the playwright but got failed. I have using locator with Path and…