Test case: https://github.com/aesyondu/playwright/commit/8548b3d25f28dbc384b9ae36ce573f6f6ee88b0a Would it make sense to allow text selector for input element of type submit, in the same way as a button element? `<button>mybutton</button>` works, but `<input type="submit" value="myinput">` doesn't, even though they have very similar functionality. I created a test case above, and played around with `textSelectorEngine.ts`, but couldn't figure out how to make the input test case pass.