HashNuke / hound

Elixir library for writing integration tests and browser automation

Home Page:http://hexdocs.pm/hound

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

When navigating to a page that has a ! it gets converted into a ?

MikaAK opened this issue · comments

I came across a case tonight where navigating to a page with a ! in it would cause the navigation to go to a ? instead. The url was https://site.com/PIKACHU!-1392 and it would change it https://site.com/PIKACHU?-1392. However what it should do probably is attempt to encode this or something. What I did as a workaround was to encode PIKACHU!-1392 with URI.encode which then worked.

Hi, thanks for reporting.
What driver/browser are you using?
I tried with phantomjs and chrome but could not reproduce.