frameId property
int?
get
frameId
Send a message to a specific frame identified
by frameId
instead of all frames in the tab.
Implementation
int? get frameId => _wrapped.frameId;
set
frameId
(int? v)
Implementation
set frameId(int? v) {
_wrapped.frameId = v;
}