Interface TypeKeyCallback

All Superinterfaces:
BrowserCallback, BrowserSyncCallback<TypeKeyCallback.Params,TypeKeyCallback.Response>, Callback, SyncCallback<TypeKeyCallback.Params,TypeKeyCallback.Response>

public interface TypeKeyCallback extends BrowserSyncCallback<TypeKeyCallback.Params,TypeKeyCallback.Response>
This callback is invoked when a KeyTyped event is about to be processed by the browser.

Return the TypeKeyCallback.Response.proceed() response to allow the browser to process the event.

Return the TypeKeyCallback.Response.suppress() response to suppress the event.

Important: the engine will be blocked until you return a response from the callback.