mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Merge pull request #2559 from henrahmagix/patch-1
Add evaluate_async_script to Capybara::Session::DSL_METHODS
This commit is contained in:
commit
51bca83001
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@ module Capybara
|
|||
].freeze
|
||||
SESSION_METHODS = %i[
|
||||
body html source current_url current_host current_path
|
||||
execute_script evaluate_script visit refresh go_back go_forward send_keys
|
||||
execute_script evaluate_script evaluate_async_script visit refresh go_back go_forward send_keys
|
||||
within within_element within_fieldset within_table within_frame switch_to_frame
|
||||
current_window windows open_new_window switch_to_window within_window window_opened_by
|
||||
save_page save_and_open_page save_screenshot
|
||||
|
|
Loading…
Add table
Reference in a new issue