Method

WebKit2AutomationSessionget_id

Declaration [src]

const char*
webkit_automation_session_get_id (
  WebKitAutomationSession* session
)

Description [src]

Get the unique identifier of a WebKitAutomationSession.

Available since:2.18

Return value

Returns: const char*
 

The unique identifier of session.

 The data is owned by the instance.
 The value is a NUL terminated UTF-8 string.