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

Unified Diff: third_party/webdriver/py/selenium/remote/webdriver/command.py

Issue 3643002: Implemnts the commands in webdriver to preform searching of elements on a page. (Closed) Base URL: http://src.chromium.org/git/chromium.git
Patch Set: fix for windows build Created 10 years 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: third_party/webdriver/py/selenium/remote/webdriver/command.py
diff --git a/third_party/webdriver/py/selenium/remote/webdriver/command.py b/third_party/webdriver/py/selenium/remote/webdriver/command.py
index 3eae3b1928664574201e9c1049c1fe398b4cc0e3..b094c5a7d5a20481cdf9943e418ce5b9d1913d9b 100644
--- a/third_party/webdriver/py/selenium/remote/webdriver/command.py
+++ b/third_party/webdriver/py/selenium/remote/webdriver/command.py
@@ -76,4 +76,5 @@ class Command(object):
GET_ELEMENT_ATTRIBUTE = "getElementAttribute"
GET_ELEMENT_VALUE_OF_CSS_PROPERTY = "getElementValueOfCssProperty"
ELEMENT_EQUALS = "elementEquals"
+ IMPLICIT_WAIT = "setImplicitWait"
SCREENSHOT = "screenshot"

Powered by Google App Engine
This is Rietveld 408576698