get_page method

get_page(id)

Gets the element at the specified ID.

Returns

def get_page(self, id):
    ...
ParameterTypeDescription
idint

get_page(name)

Gets the element at the specified name.

Returns

def get_page(self, name):
    ...
ParameterTypeDescription
namestr

See Also