I am writing a web bot using selenium in Python. I tried to find elements by css selector, however the html for some elements has no id and has only class name. Some of these have two words as the class name. If it was one word, I could've written .oneword, but it has two words. I actually don't know anything about css or js. I am using this syntax
var=bot.find_element_by_css_selector('css-selector')