From 52a087cd8df9dba6bd3e3268f4e01148e52a93e4 Mon Sep 17 00:00:00 2001 From: Giovanny Andres Gongora Granada Date: Mon, 23 Feb 2015 07:16:00 +0100 Subject: [PATCH] Bug 1133718 - By class misses constant for 'anon attribute'. r=Automatedtester --- testing/marionette/client/marionette/by.py | 1 + 1 file changed, 1 insertion(+) diff --git a/testing/marionette/client/marionette/by.py b/testing/marionette/client/marionette/by.py index b54ca729f255..357eea7d1dc1 100644 --- a/testing/marionette/client/marionette/by.py +++ b/testing/marionette/client/marionette/by.py @@ -23,3 +23,4 @@ class By(object): TAG_NAME = "tag name" CLASS_NAME = "class name" CSS_SELECTOR = "css selector" + ANON_ATTRIBUTE = "anon attribute"