Method: Browser::Window#history

Defined in:
lib/wedge/plugins/history.rb

#historyHistory (readonly)

Returns the history for this window.

Returns:

  • (History)

    the history for this window



22
23
24
# File 'lib/wedge/plugins/history.rb', line 22

def history
  History.new(`#@native.history`) if `#@native.history`
end