MachinePublishers / jBrowserDriver

A programmable, embeddable web browser driver compatible with the Selenium WebDriver spec -- headless, WebKit-based, pure Java
Other
809 stars 143 forks source link

URL fragments dropped after redirect, part 2 #219

Open eos1d3 opened 7 years ago

eos1d3 commented 7 years ago

Previous bug: https://github.com/MachinePublishers/jBrowserDriver/issues/92

This problem is still not fixed. For example, with javascript enabled, after input of name and password of a twitter account with the following link:

https://auth.cbox.naver.com/oauth/login/twitter?redirectUrl=http%3A%2F%2Fentertain.naver.com%2Fcomment%2Flist%3Foid%3D057%26aid%3D0001050459%26lightVersion%3Don

It is redirected to

https://auth.cbox.naver.com/

But actual redirection is

http://entertain.naver.com/comment/list?oid=057&aid=0001050459&lightVersion=on

Using version 0.17.1