Feature Requests item #1874212, was opened at 2008-01-17 18:28 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1874212&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: Core API Group: None Status: Open Priority: 5 Private: No Submitted By: Michael Coram (mtc3bmtc3b) Assigned to: Nobody/Anonymous (nobody) Summary: support multiple selects with same name Initial Comment: I have an HTML page that has multiple <select> boxes, all with the same name. Only one is visible (and enabled) at a given time. I want to be able to select and option in the Nth one, like the clickLink() methods allow. HtmlUnit has the appropriate methods to get all <select> boxes by name, so not too difficult to implement. I've done so, and am attaching the patch built against the latest 1.5 release. I only implemented it for HtmlUnit since I don't know Selenium. I didn't add any tests for this, but I can if desired. But, before I spend the time, I want to make sure this change is accepted. ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=497985&aid=1874212&group_id=61302 ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ JWebUnit-development mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/jwebunit-development
