CSS code insight in Eclipse or Aptana

Lately I changed my editor from Aptana to Eclipse with the Aptana plugin. Suddenly my CSS code insight did not work any longer. With these steps I could get it working again: Goto Window / Preferences Type filter text “assoc” At “General – Editors – File Associations” select “*.css” Verify that the “CSS Source editor” …

Run Selenium IDE tests with jQuery selectors

This took me a lot of time to find out, so here is a short and handy overview for everyone that wants to use jQuery selectors instead of Xpath selectors in their Selenium IDE tests. First the steps to achieve this, followed by some comments for the few readers that are still interested. Add jQuery …