mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
added documentation on the evaluate_script method
This commit is contained in:
parent
525ba2d654
commit
fb71b29f9f
1 changed files with 6 additions and 2 deletions
|
@ -119,6 +119,10 @@ Querying:
|
|||
find_button
|
||||
field_labeled
|
||||
|
||||
Scripting:
|
||||
|
||||
evaluate_script – Returns the value of the executed javascript (only works on javascript supported drivers)
|
||||
|
||||
Debugging:
|
||||
|
||||
save_and_open_page
|
||||
|
|
Loading…
Add table
Reference in a new issue