Is it possible to simulate scanning a QR code in the simulator? As of now I am only able to do my tests on a physical device. I read on stackoverflow that it MIGHT be possible to upload a picture of the QR code, but am not able to find any more documentation on this. The app I am testing has to be able to read the QR code to determine the location of a venue. Without it, my tests will not be able to proceed, through the simulator. This is my first post here so please, be gentle. I have tried searching Google, I can almost rehearse the entire Calabash GitHub documentation, including the wiki. I have also read the RSPEC e-book and read the Cucumber GitHub documentation. I'm starting to think that it's not possible to simulate scanning these codes since there is a lack of information. Thanks agian.