From: Ahmed A. <asa...@ya...> - 2015-05-12 07:31:04
|
Hi Charu, I guess you are not using an IDE. The API has changed since 2.6. It is possible that your code still uses incorrect Cookie (htmlunit vs httpclient). Please provide the complete error details, and/or your source files. Ahmed From: Charu Bashiyan <cha...@gm...> To: htm...@li... Sent: Tuesday, May 12, 2015 9:02 AM Subject: [Htmlunit-user] Upgrade from htmlunit 2.6 to 2.16 Hi , I am trying to upgrade from htmlunit 2.6 to 2.16 I have downloaded the jars and run the module . I am getting the below issue - .... [javac] required: org.apache.commons.httpclient.Cookie [javac] found: com.gargoylesoftware.htmlunit.util.Cookie .... Is this expected . Please suggest how can we resolve this. Thanks . |