Method: Appium::Core::Base::Driver#stop_and_save_recording_screen
- Defined in:
- lib/appium_lib_core/common/base/driver.rb
#stop_and_save_recording_screen(file_path) ⇒ Object
771 772 773 |
# File 'lib/appium_lib_core/common/base/driver.rb', line 771 def stop_and_save_recording_screen(file_path) @bridge.stop_and_save_recording_screen(file_path) end |