BackForwardListItem
Superclasses: InitiallyUnowned
, Object
- Constructors:
BackForwardListItem(**properties)
Methods
- class BackForwardListItem
-
- 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()
.