document property

document property

The document attribute must return the Window object’s newest Document object.

Definition:

@property
def document(self):
    ...

See Also