Le 19/02/2013 18:25, Roy Collings a écrit : > I had this working a moment ago, now no matter what I do I can't make the > status / notifications bar (at the top of the homescreen) 'pull down'. > > I was getting it to work previously by running 2 "marionette.tap()" commands > against it immediately after each other (one tap just made it 'jiggle' a bit > and a 'double_tap' does nothing). > > Now though, all it does is jiggle around and never actually 'pulls down' (so > I can't select the new sms from here for example). > > Has anyone managed to open this bar with Marionette? I can't find any > examples in the code tests.
I'd say you can also try to call NotificationScreen.show() to unblock you, even if that would be better to simulate the actual finger gesture. _______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
