Closed
Bug 738408
Opened 13 years ago
Closed 13 years ago
Need a way to inspect DOM through marionette
Categories
(Remote Protocol :: Marionette, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla17
People
(Reporter: mdas, Assigned: automatedtester)
Details
Attachments
(1 file)
8.16 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
Feature request for a way to get the DOM tree in marionette.
Specifically, looking for functionality similar to DOM Explorer, but usable on a system without extensions like B2G.
Being able to see the DOM is necessary to be able to get lookup strings for nodes.
Reporter | ||
Comment 2•13 years ago
|
||
At least return the HTML of the current page as a first pass for this bug. A nice DOM representation can take some time, but devs can get a lot of benefit now by just dumping the html
Sounds good.
Assignee | ||
Comment 4•13 years ago
|
||
Assignee: nobody → dburns
Attachment #649761 -
Flags: review?(jgriffin)
Comment 5•13 years ago
|
||
Comment on attachment 649761 [details] [diff] [review]
Have the ability to get the page source
Review of attachment 649761 [details] [diff] [review]:
-----------------------------------------------------------------
This looks good. Could you add the equivalent chrome functionality to marionette-actors, when this.context=="chrome"? Seems like it would be equally useful there.
Please update the docs at https://developer.mozilla.org/en-US/docs/Marionette/Marionette when you land this.
Attachment #649761 -
Flags: review?(jgriffin) → review+
Assignee | ||
Comment 6•13 years ago
|
||
Comment 7•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
Updated•2 years ago
|
Product: Testing → Remote Protocol
You need to log in
before you can comment on or make changes to this bug.
Description
•