Class
WebKit2AutomationSession
since: 2.18
Description [src]
class WebKit2.AutomationSession : GObject.Object
{
priv: WebKitAutomationSessionPrivate*
}
Automation Session.
WebKitAutomationSession represents an automation session of a WebKitWebContext.
When a new session is requested, a WebKitAutomationSession is created and the signal
WebKitWebContext::automation-started is emitted with the WebKitAutomationSession as
argument. Then, the automation client can request the session to create a new
WebKitWebView
to interact with it. When this happens the signal WebKitAutomationSession::create-web-view
is emitted.
Available since: 2.18
Instance methods
webkit_automation_session_get_application_info
Get the the previously set WebKitAutomationSession
.
since: 2.18
webkit_automation_session_get_id
Get the unique identifier of a WebKitAutomationSession
.
since: 2.18
webkit_automation_session_set_application_info
Set the application information to session
.
since: 2.18
Signals
WebKit2.AutomationSession::create-web-view
This signal is emitted when the automation client requests a new
browsing context to interact with it. The callback handler should
return a WebKitWebView
created with WebKitWebView:is-controlled-by-automation
construct property enabled and WebKitWebView:automation-presentation-type
construct
property set if needed.
since: 2.18