Tower
Tower

Reputation: 102755

How to view the DOM in WebKit Inspector?

Is there a way to see the DOM members for an element in WebKit Inspector? I am looking for a similar feature to Firebug's DOM-tab.

Upvotes: 0

Views: 408

Answers (1)

zneak
zneak

Reputation: 138031

The Properties tab is the closest equivalent:

WebKit inspector screenshot

Note that since I use a nightly build, your interface may not look exactly the same, but it should be there.

Upvotes: 3

Related Questions