Lines Matching full:automation
10 #include "chrome/test/automation/browser_proxy.h"
11 #include "chrome/test/automation/tab_proxy.h"
12 #include "chrome/test/automation/window_proxy.h"
149 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
159 EXPECT_TRUE(automation()->WaitForAppModalDialog());
160 EXPECT_TRUE(automation()->GetShowingAppModalDialog(&modal_dialog_showing,
164 EXPECT_TRUE(automation()->ClickAppModalDialogButton(button));
229 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
286 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
302 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
335 scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
443 scoped_refptr<BrowserProxy> browser = automation()->GetBrowserWindow(0);