Chromium Code Reviews
Descriptionautox: Add support for creating and querying windows.
The asynchronous stuff makes this a bit tricky -- we wait
for a window to be mapped and exposed before returning
from create_and_map_window() (in case the caller wants to,
say, take a screenshot), and provide an await_condition()
method that will hopefully mask delays between when a test
makes a request and when the change is actually applied by
the window manager.
BUG=none
TEST=tried it with a little test script; it works
Patch Set 1 #
Total comments: 2
Patch Set 2 : improve how we track window state #Patch Set 3 : apply feedback #Patch Set 4 : fix typo in comment #Messages
Total messages: 4 (0 generated)
|