mjakop / pywinauto

Automatically exported from code.google.com/p/pywinauto
Other
0 stars 0 forks source link

I can't see new branch in tree if Timming is set to Slow #13

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I Set timings to slow
from pywinauto.timings import Timings
Timings.Slow()
2. later I try to expand element it tree view
BranchElem.Expand()
3. I can' see elements under

What is the expected output? What do you see instead?
I should see new branch under expanded element.
If I do not set timing to slow (leave default) it works correctly

What version of the product are you using? On what operating system?
pywinauto 0.4.0 on Windows 7 64-bit

Original issue reported on code.google.com by far...@gmail.com on 31 Oct 2012 at 7:06