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

Unified Diff: chrome/test/webdriver/commands/target_locator_commands.h

Issue 6723004: ChromeDriver should be able to focus on a frame using its frame element, (Closed) Base URL: http://src.chromium.org/svn/trunk/src/
Patch Set: '' Created 9 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/webdriver/commands/target_locator_commands.h
===================================================================
--- chrome/test/webdriver/commands/target_locator_commands.h (revision 79141)
+++ chrome/test/webdriver/commands/target_locator_commands.h (working copy)
@@ -15,6 +15,7 @@
namespace webdriver {
class Response;
+class WebElementId;
// Gets the current window handle.
// REST URL: /session/:sessionId/window_handle
@@ -76,6 +77,8 @@
virtual void ExecutePost(Response* const response);
private:
+ bool GetWebElementParameter(const std::string& key, WebElementId* out) const;
+
DISALLOW_COPY_AND_ASSIGN(SwitchFrameCommand);
};

Powered by Google App Engine
This is Rietveld 408576698