ruby
android
ios
screenshots
automation
mobile
deployment
fastlane
apps
hacktoberfest
hacktoberfest2021
-
Updated
Feb 9, 2022 - Ruby
Everytime something goes wrong capturing a screenshot (i.e. no response, timeouts, ...) the function exits without closing page and browser, so that chrome instances keep growing until server dies.
Putting page.close() and browser.close() in a "finally" block should avoid resources leaking