Alan
unread,Mar 13, 2007, 12:17:00 PM3/13/07Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to selenium-users...@googlegroups.com
This may already be a known issue, but the documented CSS locator doesn't seem to work. When I try to use it I get
ERROR: Unrecognised locator type: 'css'
Here is the stack trace.
com.thoughtworks.selenium.SeleniumException: ERROR: Unrecognised locator type: 'css' at
com.thoughtworks.selenium.HttpCommandProcessor.doCommand(HttpCommandProcessor.java:73) at
com.thoughtworks.selenium.HttpCommandProcessor.getString(HttpCommandProcessor.java:150) at
com.thoughtworks.selenium.DefaultSelenium.getText(DefaultSelenium.java:306)
So, I attempted to plugin my own CSS selector (Prototype, then cssQuery). These libraries failed in this environment, creating this result
WARNING: getString(getEval) saw a bad result OK,
I would really like to use the CSS selector, since it is succinct and already being used in my CSS and javascript. Can anybody give me more info on this problem?
-Alan