klyn.gui.windows.browser.BrowserHistory.current
property
public readonly property current as BrowserHistoryEntry:
Description

Current entry, or null when history is empty.

Example
if browser.history.current is not null:
print(browser.history.current.url)