We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e21f36 commit e96b628Copy full SHA for e96b628
lib/appium_lib_core/ios/xcuitest/device/screen.rb
@@ -7,7 +7,7 @@ module Screen
7
def self.add_methods
8
::Appium::Core::Device.add_endpoint_method(:start_recording_screen) do
9
# rubocop:disable Metrics/ParameterLists
10
- def start_recording_screen(remote_path: nil, user: nil, pass: nil, method: nil, force_restart: nil,
+ def start_recording_screen(remote_path: nil, user: nil, pass: nil, method: 'PUT', force_restart: nil,
11
video_type: 'mjpeg', time_limit: '180', video_quality: 'medium',
12
video_fps: nil, video_scale: nil)
13
option = ::Appium::Core::Base::Device::ScreenRecord.new(
0 commit comments