Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Sep 4, 2010
1 parent db93a3a commit 6b6f5d1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion Readme.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@

# Soda

[Command Reference](http://release.seleniumhq.org/selenium-core/0.8.0/reference.html).
Selenium Node Adapter.

... finish me ...

## More Information

- [Command Reference](http://release.seleniumhq.org/selenium-core/0.8.0/reference.html).
2 changes: 1 addition & 1 deletion examples/learnboost.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ browser.session(function(){
browser
.chain
.open('/')
.clickAndWait('css=#login-box')
.clickAndWait('css=input[value=Submit]')
.click('Add Class')
.type('classroom[name]', 'Me Iz In Your Webzite')
.type('classroom[description]', 'Controlling urz Browzer')
Expand Down

0 comments on commit 6b6f5d1

Please sign in to comment.