Reedy
August 8, 2016, 12:53pm
1
Hi,
To my knowledge I cannot see anywhere to set the simulator to has Touch ID enrolled and also for the driver to support a touch id match and failure.
I would expect there to be a Capability entry in the MobileCapabilityType to support Touch ID enrolled, then i would also expect there to be a driver function to perform a Touch ID Match and fail.
If this is to be worked on, what sort of ETA should I expect?
Thanks
Andrew.
Kyle
August 11, 2016, 2:44pm
3
was actually excited about this when i saw a link…
Taylan
October 5, 2016, 11:32am
4
I haven’t used that but there’s support for that in Json WP as you see here:
import _ from 'lodash';
// define the routes, mapping of HTTP methods to particular driver commands,
// and any parameters that are expected in a request
// parameters can be `required` or `optional`
const METHOD_MAP = {
'/wd/hub/status': {
GET: {command: 'getStatus'}
},
'/wd/hub/session': {
POST: {command: 'createSession', payloadParams: {required: ['desiredCapabilities'], optional: ['requiredCapabilities']}}
},
'/wd/hub/sessions': {
GET: {command: 'getSessions'}
},
'/wd/hub/session/:sessionId': {
GET: {command: 'getSession'},
DELETE: {command: 'deleteSession'}
},
This file has been truncated. show original
You can see the discussion here: https://github.com/appium/node-mobile-json-wire-protocol/pull/39
BB
December 28, 2016, 12:38pm
5
Hi Reedy,
Have you figured it out yet?
Reedy
December 28, 2016, 12:54pm
6
There isn’t an api in appium to do it right now.
I think they have bigger priorities to get the driver more stable with basic functions.
BB
December 28, 2016, 12:57pm
7
And did you find any workaround?
Reedy
December 28, 2016, 12:58pm
8
Pay someone to manually test it.
1 Like