===
open a URL
%require
===
plwr -S plwr-test open "http://localhost:8599/index.html"
---

===
get current URL
===
plwr -S plwr-test url
---
http://localhost:8599/

===
reload the page
===
plwr -S plwr-test reload
---

===
URL is unchanged after reload
===
plwr -S plwr-test url
---
http://localhost:8599/
