id property

WebExtension.id property

Uniquely identifies the web extension instance in the current document.

@property
def id(self) -> str:
    ...

@id.setter
def id(self, value: str):
    ...

See Also