gecko/testing/marionette
Andrew Halberstadt 534ea5529f Bug 1080764 - Add 'anon' and 'anon attribute' search strategies to marionette.find_element(), r=AutomatedTester
The 'anon' search strategy maps directly to nsIXULDocument.getAnonymousNodes() whereas the 'anon attribute'
strategy maps to nsIXULDocument.getAnonymousElementByAttribute(). These strategies are needed for clients who
wish to find and manipulate anonymous content, typically found in the Firefox chrome. For more details, see:
https://developer.mozilla.org/en-US/docs/XBL/XBL_1.0_Reference/Anonymous_Content

--HG--
rename : testing/marionette/client/marionette/tests/unit/test_switch_anonymous_content.py => testing/marionette/client/marionette/tests/unit/test_anonymous_content.py
2014-10-28 17:37:24 -04:00
..
atoms
client Bug 1080764 - Add 'anon' and 'anon attribute' search strategies to marionette.find_element(), r=AutomatedTester 2014-10-28 17:37:24 -04:00
components
transport Bug 997770 - Allow users to explicitly input the connection timeout. Also the version of marionette_transport is updated from 0.2 to 0.3. r=mdas 2014-07-04 23:33:00 +02:00
update-smoketests
ChromeUtils.js
EventUtils.js
jar.mn Bug 1038864 - Marionette find element fails on social chat component. r=automatedtester 2014-07-28 14:49:00 +02:00
mach_commands.py Bug 1084587 - Add --profile to |mach marionette-test|, r=jgriffin, DONTBUILD, a=NPOTB 2014-10-20 08:55:28 -04:00
marionette-common.js
marionette-elements.js Bug 1080764 - Add 'anon' and 'anon attribute' search strategies to marionette.find_element(), r=AutomatedTester 2014-10-28 17:37:24 -04:00
marionette-frame-manager.js Bug 1046512 - Modification to marionette to support running tests with e10s enabled. r=jgriffin 2014-10-21 11:22:26 -04:00
marionette-listener.js Bug 1090272 - Raise NoSuchFrameException when attempting to switch to a non-existant frame by index. r=mdas 2014-10-28 10:41:00 +01:00
marionette-sendkeys.js Bug 947490: Move Marionette sendKeys code to it's own file and delete dead code; r=jgriffin 2014-09-19 00:52:40 +01:00
marionette-server.js Bug 1046512 - Modification to marionette to support running tests with e10s enabled. r=jgriffin 2014-10-21 11:22:26 -04:00
marionette-simpletest.js Bug 997909 - Fix typo. r=mdas 2014-10-07 09:40:05 -07:00
moz.build