New issue 1055 by chen.lien.c: Certain CSS selectors not recognized for
Selenium IDE 1.0.9
http://code.google.com/p/selenium/issues/detail?id=1055
What steps will reproduce the problem?
1. For the URL "http://code.google.com/p/selenium/issues/entry"
2. Insert a new command 'waitForElementPresent'
3. Use the selector "css=input[type='Submit']"
What is the expected output? What do you see instead?
Command fails for 1.0.9 and 1.0.8. Only 1.0.7 successfully runs the entry.
What version of the product are you using? On what operating system?
Selenium IDE 1.0.9
Mac OSX 10.6.5
Firefox 3.6.12
Starting in 1.0.8, the CSS locator is provided by Sizzle
(http://sizzlejs.com). There was however a bug that the library wasn't
bundled in 1.0.8. It is in 1.0.9 though. Can you provide a small script
that shows it failing?
Comment #2 on issue 1055 by Samit.Ba...@googlemail.com: Certain CSS
selectors not recognized for Selenium IDE 1.0.9
http://code.google.com/p/selenium/issues/detail?id=1055
Hi,
Use "css=input[type='submit']"
Note the lower case 's' in submit.
Cheers,
Samit