Files
servo/components/webdriver_server
Euclid Ye 35f9a0d3cb webdriver: Generalize implicit_wait (#40784)
I wanted to implement [implicit
wait](https://w3c.github.io/webdriver/#dfn-implicit-wait-timeout) for
other commands, such as send key/element clear/click. But the current
trait bound, parameters, and logic are way too tight and specific.

Testing: This should not change existing behaviour.

Signed-off-by: Euclid Ye <yezhizhenjiakang@gmail.com>
2025-11-22 04:12:01 +00:00
..