Enhancements for the screenshot artifacts subsystem
Features
#1281 - feat: --take-screenshot manual mode by default
Adds --take-screenshot manual mode, which is used by default from now on.
In manual mode, device.takeScreenshot is enabled as well, but beforeEach.png and afterEach.png screenshots are not being taken.
To have device.takeScreenshot API disabled forcibly, use --take-screenshot none.
Bugfixes
#1276 - fix(android): install APK with a file path that needs escaping