resource_loading_timeout property

resource_loading_timeout property

The timeout to load external resources.

The default value is 30 seconds. For a code example, see the documentation.

Definition:

@property
def resource_loading_timeout(self):
    ...
@resource_loading_timeout.setter
def resource_loading_timeout(self, value):
    ...

See Also