> Hello all > > rSquery aims to reduce the difficulties involved in writing selenium tests > in cucumber environments for webapps that use jQuery. > > The project contains several methods to help you with writing javascript > commands for selenium and javascript based tests for cucumber or even rSpec. >
Excellent! Please add it to the related tools page in the Cucumber wiki (in alphabetical position) > It makes it possible to write stuff like (in jQuery enabled webapp): > > - jquery("#content").wait_for_visible > - jquery("#dialog button:contains(Ok)").click > - jquery.wait_for_text("User saved...") > - jquery.wait_for_element(".some_element") > - jquery("#dialog div").text.should have_text(/some_text/) > - jquery("#dialog").find(".warning") > - jquery("#dialog").html.should have_tag("button", "Ok") > - jquery("#dialog").should be_visible > - jquery("#dialog") # page must have an element with id 'dialog' > Will it work with WebDriver? Selenium as we know it seems to be EOL'ed soon... http://google-opensource.blogspot.com/2009/05/introducing-webdriver.html Aslak > The project is at http://github.com/caifara/rsquery/tree/master > > Ivo Dancet > by2.be > _______________________________________________ > rspec-users mailing list > rspec-users@rubyforge.org > http://rubyforge.org/mailman/listinfo/rspec-users > _______________________________________________ rspec-users mailing list rspec-users@rubyforge.org http://rubyforge.org/mailman/listinfo/rspec-users