Hi,
Thx for the reply. After much difficulty, I figured I was having a problem with Css locators coz of using empty spaces in the command (trying to make the command look more tidy!!!).
For example: $$("input [ id = 'searchInput' ]") - would return empty parenthesis, where as
$$("input[id='searchInput']") - would execute successfully
- Priya