Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
kseta committed May 19, 2013
1 parent c114785 commit bbe21ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rst
Expand Up @@ -96,7 +96,7 @@ SeleniumWrapper

select method returns the same as below::

>>> br.select(id = 'select_button).select_by_visible_text("hoge")
>>> br.select(id = 'select_button').select_by_visible_text("hoge")

* alert
Returns Alert(switch_to_alert()) object::
Expand Down

0 comments on commit bbe21ab

Please sign in to comment.