29a50764d4
This PR adds experimental support for WebDriver BiDi by making use of chromium-bidi to implement the BiDi protocol. The tests are disabled on Windows due to flakiness (filed https://github.com/GoogleChromeLabs/chromium-bidi/issues/361).
138 B
138 B
sidebar_label |
---|
Handler |
Handler type
Signature:
export type Handler<T = unknown> = (event: T) => void;