Is there any way to set value of a hidden select using playwright in Java?
I’m working on playwright in Java, and try to applied on website that contain hidden select, I tried to set value to it using selectOption but didn’t work.
I’m working on playwright in Java, and try to applied on website that contain hidden select, I tried to set value to it using selectOption but didn’t work.