browserstate / history.js

History.js gracefully supports the HTML5 History/State APIs (pushState, replaceState, onPopState) in all browsers. Including continued support for data, titles, replaceState. Supports jQuery, MooTools and Prototype. For HTML5 browsers this means that you can modify the URL directly, without needing to use hashes anymore. For HTML4 browsers it will revert back to using the old onhashchange functionality.

Home Page:http://browserstate.github.com/history.js/demo/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Revise tests

balupton opened this issue · comments

Finally there seems some tech out to replace the manual cross browser testing infrastructure. If only they support mobile browsers too.

https://github.com/microsoft/playwright

however what is needed is an actual headful browser where one actually clicks the back and forward buttons on the browser, on desktop and mobile