Open hiroshi opened 12 years ago
Thanks for reporting this. Can you tell me which version of Frank you're using?
Cheers,
Typed on a little bitty keyboard
On Oct 23, 2012, at 12:34 AM, Hiroshi Saito notifications@github.com wrote:
I'v just started reading Recipe 27 of the book "Cucumber Recipes".
When I did:
$ frank console connecting to app... connected [1] pry(#Frank::Console)> touch "button marked:'8'" => nil with "iPhone (Retina 4-inch)" simulator, , button 'C' is pressed instead of '8'. With "iPhone (Retina 3.5-inch)", button '8' is pressed as we expected.
I suppose the coordinates must be wrong with non 4-inch supported app in 4-inch simulators. I don't know about 4-inch devices like iPhone 5 cause I don't have any.
— Reply to this email directly or view it on GitHub.
Sorry, I forgot to mention about the version.
$ gem list frank
*** LOCAL GEMS ***
frank-cucumber (1.1.0)
Thanks, this definitely looks like a bug. Thanks again for taking the time to report it.
Is this a blocker for you? I would assume that you could work around it by just asking the simulator to run as a 3.5" device.
Not at all.
For me, I just did experiment Frank, not using for real test yet.
I'v just started reading Recipe 27 of the book "Cucumber Recipes".
When I did:
with "iPhone (Retina 4-inch)" simulator, , button 'C' is pressed instead of '8'. With "iPhone (Retina 3.5-inch)", button '8' is pressed as we expected.
I suppose the coordinates must be wrong with non 4-inch supported app in 4-inch simulators. I don't know about 4-inch devices like iPhone 5 cause I don't have any.