[b2g] marionette - how do I pull down the notification bar (when a new sms arrives for example)??

2013-02-19 Thread Roy Collings
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 b

Re: [b2g] Marionette says element is not visible (when apparently it is).

2013-02-19 Thread Jonathan Griffin
We occasionally have seen the inverse problem, but we haven't seen a case where an element is visible but Marionette claims it is not. The best thing would be to file a bug (Testing:Marionette) with as much information as you can gather. Jonathan On 2/18/2013 11:48 AM, royd...@gmail.com wrote

Re: [b2g] Marionette cannot see an app when it's launched via another app.?

2013-02-19 Thread Roy Collings
Sweet!! Thanks Stefan! ___ dev-b2g mailing list dev-b2g@lists.mozilla.org https://lists.mozilla.org/listinfo/dev-b2g

Re: [b2g] Marionette cannot see an app when it's launched via another app.?

2013-02-19 Thread Stefan Arentz
On 2013-02-15, at 8:41 AM, Roy Collings wrote: > Hi all, > > I'm getting nowhere with this. Using python + marionette, I launch the > "Contacts" app on my device -> click a contact -> in the view details screen > I then click the 'sms' button. > The "Messaging" app starts automatically and la

Re: [b2g] Marionette cannot see an app when it's launched via another app.?

2013-02-19 Thread Andrew Halberstadt
Glad you figured it out :) Feel free to add this as an example of switching to an app frame to the B2G marionette page on MDN On 02/18/2013 05:28 AM, Roy Collings wrote: SOLVED!! I had to dig around in the source code of B2G find this (which seems to be the only way to get this info.) ...