Hi guys!
I know that selenium can use css locators.
I know that the syntax is something like this:
xpath=//div[@id,'topLeft')//span[contains(@class,'name')]
or
css=#topLeft .name
Now, what if .name is like this: //span[contains(@class,'name with space')]
Then it would fail... HOw to look for a locator that has space in it?
Thanks!
EDIT Solution: css=span.name.with.space