Bugs item #1532468, was opened at 2006-08-01 16:41 Message generated for change (Comment added) made by henryju You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1532468&group_id=61302
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: HtmlUnit plugin Group: Release 1.3 >Status: Closed Resolution: None Priority: 5 Submitted By: Jim Rigsbee (jimrigsbee) Assigned to: Nobody/Anonymous (nobody) Summary: Expose engine specific structures in plugin Initial Comment: I would like to suggest that accessors be added to the HtmlUnit plugin to get access to the htmlunit specific structures including webclient and webwindow. The user would have to cast down to the specific plugin implementation to get access to these. The purpose is to be able to get to transport information such as http status, http status message, protocol, etc. The same could be done for any other plugin, such as selenium. Also, I'd like to see the plugin refactored to make it easier to extend it by using protected accessors and internal functions instead of private ones. ---------------------------------------------------------------------- >Comment By: Julien HENRY (henryju) Date: 2006-10-13 14:08 Message: Logged In: YES user_id=1235926 It's not the philosophy of JWebUnit. Using specific fonctionnality prevent you from switching between plugin. The best solution is to improve the core API and try ti implement the new fonctionnality in each plugin. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497982&aid=1532468&group_id=61302 ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Jwebunit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
