Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-24 Thread Iain Lane
On Thu, Jan 23, 2014 at 05:40:04PM +, Iain Lane wrote: > On Wed, Jan 22, 2014 at 03:59:50PM -0600, Leo Arias wrote: > […] > Sorry for the annoying questions, but I have another one now --- I can > expand the ItemSelector from AP (modulo bug #1271969 which I worked > around by calculating the c

Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-23 Thread Thomi Richards
Hi, On Fri, Jan 24, 2014 at 6:40 AM, Iain Lane wrote: > Sorry for the annoying questions, but I have another one now --- I can > expand the ItemSelector from AP (modulo bug #1271969 which I worked > around by calculating the coordinates), > Leo is waiting for some more information from you on t

Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-23 Thread Leo Arias
Hola, On Thu, Jan 23, 2014 at 11:40 AM, Iain Lane wrote: > Sorry for the annoying questions, but I have another one now Believe it or not, there are some of us who enjoy writing autopilot tests :) You are not annoying. > --- I can > expand the ItemSelector from AP (modulo bug #1271969 which

Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-23 Thread Dave Morley
On 23/01/14 17:40, Iain Lane wrote: > On Wed, Jan 22, 2014 at 03:59:50PM -0600, Leo Arias wrote: >> Hello, >> >> On Wed, Jan 22, 2014 at 12:02 PM, Iain Lane wrote: >> >>> I need to write some tests that operate on ListViews. The contents are >>> dynamic (some of the models are QAbstractTableModels

Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-23 Thread Iain Lane
On Wed, Jan 22, 2014 at 03:59:50PM -0600, Leo Arias wrote: > Hello, > > On Wed, Jan 22, 2014 at 12:02 PM, Iain Lane wrote: > > > I need to write some tests that operate on ListViews. The contents are > > dynamic (some of the models are QAbstractTableModels from C++, even) so > > I cannot address

Re: [Ubuntu-phone] Autopilot: Get dynamic elements contained within a ListView

2014-01-22 Thread Leo Arias
Hello, On Wed, Jan 22, 2014 at 12:02 PM, Iain Lane wrote: > I need to write some tests that operate on ListViews. The contents are > dynamic (some of the models are QAbstractTableModels from C++, even) so > I cannot address the items by objectName. > > How can I get at these? I can select the Li