jarmo / RAutomation

RAutomation
MIT License
100 stars 33 forks source link

Can't find child window with same title text as parent window #54

Closed snscaimito closed 11 years ago

snscaimito commented 11 years ago

An app has a main window and a child window (popup) with the exact same title text.

w = RAutomation::Window.new(:title => /BrowseTree Administration/i) finds the main window.

w.child(:title => /BrowseTree Administration/i) is unable to find the child window.

jarmo commented 11 years ago

What adapter are you using?

snscaimito commented 11 years ago

That was ms_uia

Sorry I don't have time to really investigate myself at the moment.

On 06.02.2013, at 20:55, Jarmo Pertman notifications@github.com wrote:

What adapter are you using?

— Reply to this email directly or view it on GitHub.

jarmo commented 11 years ago

@leviwilson do you have any ideas about this problem?

leviwilson commented 11 years ago

I don't. Can you recreate with WindowsForms.exe app? Does it happen with the :win32 adapter?

jarmo commented 11 years ago

Closing this because of no activity.