Bug 1133718 - By class misses constant for 'anon attribute'. r=Automatedtester

This commit is contained in:
Giovanny Andres Gongora Granada 2015-02-23 07:16:00 +01:00
parent 2675b18413
commit 52a087cd8d

View File

@ -23,3 +23,4 @@ class By(object):
TAG_NAME = "tag name"
CLASS_NAME = "class name"
CSS_SELECTOR = "css selector"
ANON_ATTRIBUTE = "anon attribute"