page.type() works but locator.fill() times out, I’m trying to understand why
I tried using the playwright python locator.fill() method on a web element, and its timing out. I found another way to interact with an input element that works. I’m just trying to understand why.