Index: chrome/test/pyautolib/pyautolib.i |
=================================================================== |
--- chrome/test/pyautolib/pyautolib.i (revision 71402) |
+++ chrome/test/pyautolib/pyautolib.i (working copy) |
@@ -220,6 +220,7 @@ |
"if it's not active already. Blocks until page has loaded.") |
NavigateToURL; |
void NavigateToURL(const char* url_string); |
+ void NavigateToURL(const char* url_string, int window_index); |
void NavigateToURL(const char* url_string, int window_index, int tab_index); |
%feature("docstring", "Reload the active tab in the given window (or first " |
@@ -377,7 +378,7 @@ |
"(window, tab, frame) and return the specified DOM value " |
"as a string. This is a wrapper around " |
"window.domAutomationController.send().") GetDOMValue; |
- std::wstring GetDOMValue(const std::wstring& expr, |
+ std::wstring GetDOMValue(const std::wstring& expr, |
int window_index=0, |
int tab_index=0, |
const std::wstring& frame_xpath=""); |