In Calabash you can take a screenshot and rename it to whatever you want and save it to any directory like so:
screenshot({:prefix => "some/directory", :name=>"some_name.png"})
However it will always save as some_name_0.png
and the next one will be some_name_1.png
.
Does anyone know how to rename the filename completely without the iterator?