package emulation // AUTOGENERATED. DO NOT EDIT. import ( . "github.com/knq/chromedp/cdp" ) var ( _ BackendNode _ BackendNodeID _ ComputedProperty _ ErrorType _ Frame _ FrameID _ LoaderID _ Message _ MessageError _ MethodType _ Node _ NodeID _ NodeType _ PseudoType _ RGBA _ ShadowRootType _ Timestamp ) // EventVirtualTimeBudgetExpired notification sent after the virual time // budget for the current VirtualTimePolicy has run out. type EventVirtualTimeBudgetExpired struct{} // EventTypes is all event types in the domain. var EventTypes = []MethodType{ EventEmulationVirtualTimeBudgetExpired, }