Tag Archives: Scriptaculous
Testing autocomplete fields with Selenium
For quite a while I struggeled with testing autocomplete fields (like the one from the script.aculo.us library) using Selenium tests. As you may already know – the “type” command does not trigger the autocomplete to look for suggestions. You rather … Continue reading
The “other” side of Scriptaculous
The JS library Scriptaculous is mainly know for its amazing effects and controls (e.g. AutoComplete, Drag&Drop, Sliders). However there is another side of it which is not as obvious. It contains a complete JS UnitTest framework which makes testing Javascript … Continue reading
JavaScript Image Cropper
I wish I had found this JavaScript Image Cropper UI (using Prototype and Scriptaculous) before we added another one to a project.