github wix/Detox 18.7.0

latest releases: 20.27.2, 20.27.1, 20.27.0...
3 years ago

Features

  • Android: new API for asserting and interacting with elements inside web views (#2538, @OrenZak):
await web.element(by.web.cssSelector('.login')).typeText('someone@example.com');
await expect(web.element(by.web.id('btnNext')).toExist();

This functionality is not supported for iOS at the moment and there's no ETA.

Fixes

  • Android: fixed --debug-synchronization <ms> current status reports on Android (#2651, @noomorph):

Note: This feature is not yet fully functional on Android. Follow #1788 to stay up to date.

Don't miss a new Detox release

NewReleases is sending notifications on new releases.