Skip to content

Commit e96b628

Browse files
committed
add put
1 parent 3e21f36 commit e96b628

File tree

1 file changed

+1
-1
lines changed
  • lib/appium_lib_core/ios/xcuitest/device

1 file changed

+1
-1
lines changed

lib/appium_lib_core/ios/xcuitest/device/screen.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module Screen
77
def self.add_methods
88
::Appium::Core::Device.add_endpoint_method(:start_recording_screen) do
99
# rubocop:disable Metrics/ParameterLists
10-
def start_recording_screen(remote_path: nil, user: nil, pass: nil, method: nil, force_restart: nil,
10+
def start_recording_screen(remote_path: nil, user: nil, pass: nil, method: 'PUT', force_restart: nil,
1111
video_type: 'mjpeg', time_limit: '180', video_quality: 'medium',
1212
video_fps: nil, video_scale: nil)
1313
option = ::Appium::Core::Base::Device::ScreenRecord.new(

0 commit comments

Comments
 (0)