mirror of
https://github.com/servo/servo
synced 2026-05-09 16:42:16 +02:00
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>