Skip to content

Commit

Permalink
changed outdated API in README, closes teamcapybara#62
Browse files Browse the repository at this point in the history
  • Loading branch information
jnicklas committed Apr 9, 2010
1 parent 360088a commit 14e0824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.rdoc
Expand Up @@ -217,7 +217,7 @@ You can also find specific elements, in order to manipulate them:
find_button('Send').click

find('//table/tr').click
wait_for("//*[@id='overlay'").find("//h1").click
locate("//*[@id='overlay'").find("//h1").click
all('a').each { |a| a[:href] }

=== Scripting
Expand Down

0 comments on commit 14e0824

Please sign in to comment.