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

Unified Diff: chrome/test/chromedriver/web_view_impl.h

Issue 12764021: [chromedriver] Support clicking an element in sub frames. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 9 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
Index: chrome/test/chromedriver/web_view_impl.h
diff --git a/chrome/test/chromedriver/web_view_impl.h b/chrome/test/chromedriver/web_view_impl.h
index 61179385d2cd376ee62053beb92ddf544058113c..fd1f3e80333e2371b237a64959a5c014a97a025a 100644
--- a/chrome/test/chromedriver/web_view_impl.h
+++ b/chrome/test/chromedriver/web_view_impl.h
@@ -66,6 +66,8 @@ class WebViewImpl : public WebView {
virtual Status GetMainFrame(std::string* out_frame) OVERRIDE;
virtual JavaScriptDialogManager* GetJavaScriptDialogManager() OVERRIDE;
virtual Status CaptureScreenshot(std::string* screenshot) OVERRIDE;
+ virtual Status GetFramePath(const std::string& frame_id,
+ std::list<Frame>* frames) OVERRIDE;
private:
std::string id_;

Powered by Google App Engine
This is Rietveld 408576698