Features
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
Note: This feature is not yet fully functional on Android. Follow #1788 to stay up to date.