Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(243)

Unified Diff: chrome/test/pyautolib/pyautolib.i

Issue 1702010: Add 2 tests for history. (Closed)
Patch Set: update Created 10 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/test/pyautolib/pyautolib.i
diff --git a/chrome/test/pyautolib/pyautolib.i b/chrome/test/pyautolib/pyautolib.i
index 1c3652631eccb5683ad57829e6250677da016b2e..626303feaaa56bcc3c2b173dd30fda4834283703 100644
--- a/chrome/test/pyautolib/pyautolib.i
+++ b/chrome/test/pyautolib/pyautolib.i
@@ -105,6 +105,12 @@ class TabProxy {
%feature("docstring", "Navigates to a given GURL. "
"Blocks until the navigation completes. ") NavigateToURL;
AutomationMsg_NavigationResponseValues NavigateToURL(const GURL& url);
+ %feature("docstring", "Navigates to a given GURL. Blocks until the given "
+ "number of navigations complete.")
+ NavigateToURLBlockUntilNavigationsComplete;
+ AutomationMsg_NavigationResponseValues
+ NavigateToURLBlockUntilNavigationsComplete(
+ const GURL& url, int number_of_navigations);
%feature("docstring", "Equivalent to hitting the Back button. "
"Blocks until navigation completes.") GoBack;
AutomationMsg_NavigationResponseValues GoBack();
« no previous file with comments | « chrome/test/pyautolib/pyauto.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698