Changes

Jump to: navigation, search

B2G/QA/Automation/Style Guide/Howtos

9 bytes added, 00:06, 5 November 2015
Handling shadow DOM
* [http://www.cheat-sheets.org/saved-copy/Locators_table_1_0_2.pdf Locator Cheat Sheet]
== Handling shadow DOM <njpark> ==
=== What is shadow DOM? ===
Basically, shadow DOM enables to encapsulate a DOM subtree in a document, without exposing its inner working to the main DOM tree. This makes marionette unable to see the elements under the shadow DOM, even if you can see it on WebIDE. For a concise explanation of shadow DOM, refer to [http://glazkov.com/2011/01/14/what-the-heck-is-shadow-dom/ this page].
352
edits

Navigation menu