From: Lucas V. C. <use...@gm...> - 2016-08-19 06:13:54
|
We have automated tests using Selenium[1] and HtmlUnitDriver[2] to verify a web-application product. It delegates sometimes to external services which are not under our control, in example Facebook. Since a few weeks ago, this delegation to Facebook seems to fail only when using the HtmlUnit, as other browsers works fine. What I see is that after posting credentials in the Facebook page, seems that HtmlUnit is not POSTing them and stays in the same page. When doing by hand the same process and analyzing traffic using Chrome tools, the credentials POST is originated by "Other". Would help if I add an example using HtmlUnitDriver API? I don't know If I'd be able to create an example using plain HtmlUnit API. Thanks! [1]: https://github.com/SeleniumHQ/selenium [2]: https://github.com/SeleniumHQ/htmlunit-driver -- Lucas |