ready_state property

ready_state property

Returns the document readiness. The “loading” while the Document is loading, “interactive” once it is finished parsing but still loading sub-resources, and “complete” once it has loaded.

Definition:

@property
def ready_state(self):
    ...

See Also