menu
puppeteer package
documentation
protocol/dom.dart
AttributeModifiedEvent
AttributeModifiedEvent constructor
AttributeModifiedEvent constructor
dark_mode
light_mode
AttributeModifiedEvent
constructor
AttributeModifiedEvent
(
{
required
NodeId
nodeId
,
required
String
name
,
required
String
value
,
})
Implementation
AttributeModifiedEvent( {required this.nodeId, required this.name, required this.value});
puppeteer package
documentation
protocol/dom
AttributeModifiedEvent
AttributeModifiedEvent constructor
AttributeModifiedEvent class