webkit.application_info
Module for [ApplicationInfo] class
class ApplicationInfo
Types 1
Information about an application running in automation mode.
Methods
ApplicationInfo self()Returns `this`, for use in `with` statements.string getName()Get the name of the application.void getVersion(out ulong major, out ulong minor, out ulong micro)Get the application version previously set with [webkit.application_info.ApplicationInfo.setVersion].void setName(string name)Set the name of the application.void setVersion(ulong major, ulong minor, ulong micro)Set the application version.