It's possibly a bug, can you please file a bug in bugzilla under Testing:Marionette for this, and include as much information as you can?

Thanks,

Jonathan

On 3/6/2013 7:22 AM, Roy Collings wrote:
Can anyone explain this:

(code snippet)
...
x=self.marionette.find_element("xpath", "//*[@id='friends-list']//li[1]")
if x.is_displayed():
     self.reportMsg("YES")
     self.marionette.tap(x)
...

(result of running this code snippet - just the 'interesting bits' ;o)
...
MSG> YES

ElementNotVisibleException: Element is not currently visible and may not be 
manipulated
...


So there's a difference between being displayed and being visible? If I dump 
the page source at this point, the element is definately 'there' so what am I 
doing wrong here?
_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

_______________________________________________
dev-b2g mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-b2g

Reply via email to