load method

load

Loads a Viewport from the specified Page.

Returns

The loaded Viewport.

def load(self, page):
    ...
ParameterTypeDescription
pagePageThe page from which to load the viewport.

See Also