Top "Inspector" questions

Inspector is a general support tool for Appium for UI automation designed to be used in conjunction with the Appium Server.

Using Chrome, how to find to which events are bound to an element

Lets suppose I've a link on my page: <a href="#" id="foo">Click Here</a> I …

javascript google-chrome debugging dom-events inspector
What does it mean when a CSS rule is grayed out in Chrome's element inspector?

I'm inspecting an h2 element on a web page using Google Chrome's element inspector and some of the CSS rules--which …

css google-chrome browser inspector
Chrome inspector does not show network requests path and etc

I use AJAX and want to visit its behaivour while sending request to server through Chrome Inspector. When I switch …

google-chrome inspector
Chrome Developer Tools: How to find out what is overriding a CSS rule?

Well, this is pretty straightforward. If Chrome's Developer Tools is showing me that a style is overridden, how to see …

css google-chrome developer-tools inspector
How do I add / insert a before or after pseudo element into Chrome's Inspector?

I can add a regular style rule via the + sign (New Style Rule) but I can't add one under the "…

css google-chrome pseudo-element inspector
How do you expand all elements in the WebKit Inspector elements view?

Is there a way to expand all elements in the elements view of the Chrome WebKit inspector?

google-chrome webkit inspector
HTML5 canvas inspector?

Is there any ability to inspect the objects rendered on a HTML5 canvas like we can do in Silverlight with …

html canvas html5-canvas inspector
How to create multidimensional array in Unity Inspector?

How does one create an enum multidimensional array in Unity Inspector and make it serializable so I can call it …

c# unity3d serialization multidimensional-array inspector
How to get Inspect Element code using Selenium WebDriver

I'm working in selenium with Firefox browser. The Html code shown in View Source (CTRL+U) is different from the …

selenium selenium-webdriver web-inspector inspector view-source
Can you add new CSS properties in Chrome Inspector?

Is it possible to add new CSS properties in the Chrome inspector? It seems that you can only edit existing …

css browser google-chrome safari inspector