Files | Admin

Notes:

Release Name: 0.0.4

Notes:
++Celerity+is+a+JRuby+library+for+easy+and+fast+functional+test+automation+for+web+applications.+It+is+a+wrapper+around+the+HtmlUnit+Java+library+and+is+currently+aimed+at+providing+the+same+API+and+functionality+as+Watir.%0A


Changes: %3D%3D+0.0.4+2008-08-18%0A*+Minor+enhancements%0A++*+Update+HtmlUnit+to+2.2%0A++*+New+methods%3A+Element%23focus%2C+Element%23parent%2C+Table%23child_row%2C+Table%23child_cell%2C+TableRow%23child_cell%0A++*+Rename+Celerity%3A%3AIE+-%3E+Celerity%3A%3ABrowser+(but+Celerity%3A%3AIE+still+points+to+the+class)%0A++*+Add+Celerity%3A%3ABrowser.new(%3Abrowser+%3D%3E+%3Afirefox)+to+use+HtmlUnit's+Firefox+mode.%0A++*+Make+it+easier+to+run+the+spec+suite+against+other+implementations.%0A++*+Bugfixes%3A%0A++++-+Image%23click%0A++++-+Finding+elements+by+id+could+give+weird+errors+if+multiple+elements+had+the+same+id.%0A++++-+If+getElementById+returns+an+element+with+the+wrong+tag+name%2C+output+a+warning+and+find+the+correct+element+by+iteration+instead.%0A++++-+Browser%23goto+regexp%0A++++-+Frames+(collection)+support%0A%0A%3D%3D+0.0.3+2008-05-26%0A*+3+major+enhancements%3A%0A++*+Added+support+for+%3Cul%3E%2C+%3Col%3E%2C+%3Cthead%3E%2C+%3Ctfoot%3E%2C+%3Ch1%3E%2C+%3Ch2%3E%2C+%3Ch3%3E%2C+%3Ch4%3E%2C+%3Ch5%3E+and+%3Ch6%3E+elements%0A++*+Better+support+for+%3Ctbody%3E%2C+%3Ctr%3E+and+%3Coption%3E+elements.+They+are+now+accessible+from+the+top+level+in+the+same+way+as+every+other+element%2C+meaning+you+can+do+ie.option(%3Aid%2C+'some_id')%2C+or+ie.row(%3Aindex%2C+1).%0A++*+Better+HTTPS+support%0A*+8+minor+enhancements%3A%0A++*+Improved+CelerityViewer%0A++*+Watir-like+show+methods+(IE%23show_divs%2C+IE%23show_tables%2C+etc.)%0A++*+All+HTML+elements+now+has+a+default+how+parameter%2C+see+http%3A%2F%2Fcelerity.rubyforge.org%2Fwiki%2Fwiki.pl%3FListOfSupportedHtmlElementsAndTheirDefaultHowParameter%0A++*+Raketask+cleanup%0A++*+Separated+out+Watir+compatibility+specific+stuff%0A++*+Form%23submit+implemented%0A++*+Updated+ATTRIBUTES+constants+for+all+element+classes%0A++*+TextField%23type+bug+fixed