touchId
Simulate Touch ID with either valid (match == true) or invalid (match == false) fingerprint.
Usage
1 | browser.touchId(match); |
Parameters
Param | Type | Details |
---|---|---|
match | Boolean | if true the command simulates a valid fingerprint |
Example
1 | it('should simulate fingerprint', function () { |