This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| describe('My Recorded Spec', () => { | |
| it('should follow my recorded test', async () => { | |
| await element(by.label("Button")).tap(); | |
| await element(by.label("Button")).tap(); | |
| await element(by.id("MySwitch")).tap(); | |
| await element(by.id("MySwitch")).tap(); | |
| await element(by.type("UIView")).atIndex(37).tap(); | |
| await element(by.type("UIView")).atIndex(37).longPress(1002); | |
| await element(by.id("MyDatePicker")).setDatePickerDate("2020-05-21T10:37:04+03:00", "yyyy-MM-dd'T'HH:mm:ssZZZZZ"); | |
| await element(by.id("MyDatePicker")).setDatePickerDate("2020-05-21T09:37:04+03:00", "yyyy-MM-dd'T'HH:mm:ssZZZZZ"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| elementSafeBounds: { y: 0, x: 0, width: 375, height: 17 }, | |
| label: 'Tap Me', | |
| frame: { y: 84, x: 0, width: 375, height: 17 }, | |
| activationPoint: { x: 187, y: 8 }, | |
| text: 'Tap Me', | |
| elementBounds: { y: 0, x: 0, width: 375, height: 17 }, | |
| visible: true, | |
| normalizedActivationPoint: { x: 0.5, y: 0.5 }, | |
| enabled: true, |
OlderNewer