Skip to content

Commit 1ee07f2

Browse files
committed
move a place of finger_print
1 parent 672929f commit 1ee07f2

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

lib/appium_lib_core/android/device.rb

+10
Original file line numberDiff line numberDiff line change
@@ -241,6 +241,16 @@ module Device
241241
# @driver.set_clipboard(content: 'happy testing') #=> {"protocol"=>"W3C"}
242242
#
243243

244+
# @!method finger_print(finger_id)
245+
# Authenticate users by using their finger print scans on supported emulators.
246+
#
247+
# @param [Integer] finger_id Finger prints stored in Android Keystore system (from 1 to 10)
248+
#
249+
# @example
250+
#
251+
# @driver.finger_print 1
252+
#
253+
244254
####
245255
## class << self
246256
####

lib/appium_lib_core/android/device/auth_finger_print.rb

-9
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,6 @@ module Core
33
module Android
44
module Device
55
module Authentication
6-
# @!method finger_print(finger_id)
7-
# Authenticate users by using their finger print scans on supported emulators.
8-
#
9-
# @param [Integer] finger_id Finger prints stored in Android Keystore system (from 1 to 10)
10-
#
11-
# @example
12-
#
13-
# @driver.finger_print 1
14-
#
156
def self.add_methods
167
::Appium::Core::Device.add_endpoint_method(:finger_print) do
178
def finger_print(finger_id)

0 commit comments

Comments
 (0)