Module: WDA::TouchID
- Included in:
- WDA
- Defined in:
- lib/wda_lib/touch_id.rb
Instance Method Summary collapse
-
#match_touchid ⇒ Object
Do not match TouchID.
Instance Method Details
#match_touchid ⇒ Object
Do not match TouchID
6 7 8 |
# File 'lib/wda_lib/touch_id.rb', line 6 def match_touchid post(@base_url + '/simulator/touch_id', { match: 1 }.to_json) end |