I'm running a Fitnesse/Slim/BrowserTest page that selects from a dropdown, but I know only the index I want, not the text itself. Does browser support selecting indexes? I tried:
| select | index=1 | for | id=selectSnapshot |
But it never finds the element - it just times out. Any help would be appreciated!