v0.19.2 (2018-4-11)
Enhancements
Added support for browser providers from private repositories (#2221)
Bug Fixes
- Restored the screenshot functionality in legacy tests (#2235)
- Updated the list of devices available for emulation in Google Chrome (#2257)
- Fixed touch events emulation (#2268)
- Now the
event.relatedTargetproperty is set correctly for the emulated focus and drag events (#2197) - Now the
event.detailproperty is set correctly for the emulated mouse events (#2232) - The
Element.innerHTMLproperty is now processed correctly in certain special cases (testcafe-hammerhead/#1538) - Now the iframe location has the correct value when it is not initialized(testcafe-hammerhead/#1531)
- A trailing slash is now added to test page URL if it is necessary (#2005)
- The
focusevent is not called for a disabled input now (#2123)