BackForwardListItem

class BackForwardListItem(**properties: Any)

Superclasses: InitiallyUnowned, Object

One item of the BackForwardList.

A history item is part of the BackForwardList and consists out of a title and a URI.

Methods

class BackForwardListItem
get_original_uri() str

Obtain the original URI of the item.

See also get_uri().

get_title() str

Since 2.44, page titles are no longer stored in history. This function now returns an empty string.

Deprecated since version 2.44: Please do not use it in newly written code

get_uri() str

Obtain the URI of the item.

This URI may differ from the original URI if the page was, for example, redirected to a new location. See also get_original_uri().