Relative Content

Tag Archive for javascriptplaywrightinputboxarrows

Testing input box up/down arrows (playwright)

I’m testing a web page which has some input boxes that have up/down arrows to increase/dicrease the value. When i try to inspect them, in order to find their locators, these arrows cannot be found (even if i place the mouse on the spot that they should appear). Is there a way to test them?
I’m writing tests using playwright/js.