I have been trying to learn playwright and during the course of implementation I am trying to write a test case which find an input element by Name and fills it with some values
Unfortunately, the element has only class and name attributes. I have been trying to find a way to read it but did not found anything on the docs or I might have missed
Kindly help