connectAutomationStarted
fun connectAutomationStarted(connectFlags: <Error class: unknown class> = ConnectFlags(0u), handler: (session: AutomationSession) -> Unit): <Error class: unknown class>
This signal is emitted when a new automation request is made. Note that it will never be emitted if automation is not enabled in @context, see webkit_web_context_set_automation_allowed() for more details.
Since
2.18
Parameters
connectFlags
A combination of ConnectFlags
handler
the Callback to connect. Params: session
the #WebKitAutomationSession associated with this event