hound v1.1.1 Hound.Helpers.Navigation View Source
Navigation functions
Link to this section Summary
Functions
Gets the path of the current page
Gets url of the current page
Navigates back in browser history
Navigates forward in browser history
Navigates to a url or relative path
Refreshes the current page
Link to this section Functions
Link to this function
current_path() View Source
Gets the path of the current page.
Link to this function
current_url()
View Source
current_url()
View Source
current_url() :: String.t()
current_url() :: String.t()
Gets url of the current page.
Link to this function
refresh_page()
View Source
refresh_page()
View Source
refresh_page() :: :ok
refresh_page() :: :ok
Refreshes the current page.