Comment 1 for bug 1179806

Revision history for this message
Martin Pitt (pitti) wrote : Re: Autopilot-gtk 1.3 doesn't return filtered results.

This is rather vague, but I assume you are using the self.app.get_state_by_path() method to retrieve the raw D-BUS state array for an XPath? Further, this works in general (I'm currently writing test cases for this), but I can confirm that queries don't work which involve spaces in the property values. In XPath it is supposed to work with

 "/Root//GtkWindow/GtkMenu/GtkImageMenuItem[name='_Save As']"

but it doesn't.