toggleTouchIdEnrollment
Toggle enroll touchId for IOS Simulator
Usage
1 | browser.toggleTouchIdEnrollment(match); |
Parameters
Param | Type | Details |
---|---|---|
match | Boolean | if true the command simulates a valid fingerprint |
Example
1 | it('should enroll touchId on simulator', function () { |