Hi,
I am using Selenium RC with Python.
I have problem with automating a step. The website uses dijit.form.
FilteringSelect. It seems selenium cannot read the select options.
Example: http://dojotoolkit.org/reference-guide/dijit/form/FilteringSele
(Click Run to run the example)
Trying to make selection in the example selection box.
Thanks for any comments.