resource_loading_timeout property

resource_loading_timeout property

Sets the timeout to load external resources.

Remarks

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

Definition:

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

See Also