changed outdated API in README, closes #62

This commit is contained in:
Jonas Nicklas 2010-04-09 15:28:05 +02:00
parent 360088a369
commit 14e08240ca
1 changed files with 1 additions and 1 deletions

View File

@ -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