File tree 2 files changed +10
-9
lines changed
lib/appium_lib_core/android
2 files changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -241,6 +241,16 @@ module Device
241
241
# @driver.set_clipboard(content: 'happy testing') #=> {"protocol"=>"W3C"}
242
242
#
243
243
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
+
244
254
####
245
255
## class << self
246
256
####
Original file line number Diff line number Diff line change @@ -3,15 +3,6 @@ module Core
3
3
module Android
4
4
module Device
5
5
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
- #
15
6
def self . add_methods
16
7
::Appium ::Core ::Device . add_endpoint_method ( :finger_print ) do
17
8
def finger_print ( finger_id )
You can’t perform that action at this time.
0 commit comments