Skip to content

Commit

Permalink
Fix docstring
Browse files Browse the repository at this point in the history
Signed-off-by: Luke Inman-Semerau <luke.semerau@gmail.com>
  • Loading branch information
bayandin authored and lukeis committed Feb 28, 2014
1 parent 8a0a2ce commit 148cc9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion py/selenium/webdriver/remote/webdriver.py
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ def find_elements_by_css_selector(self, css_selector):
- css_selector: The css selector to use when finding elements.
:Usage:
driver.find_element_by_css_selector('#foo')
driver.find_elements_by_css_selector('.foo')
"""
return self.find_elements(by=By.CSS_SELECTOR, value=css_selector)

Expand Down

0 comments on commit 148cc9a

Please sign in to comment.