Browsers
You can subscribe to the Browsers category micro-feed.
I switch my browser proxy settings all the time. I’m always capturing traffic in JMeter or intercepting using Burp Suite or using some other tool that requires an adjustment, so I’m in my browser settings tweaking it back and forward constantly. Proxy Selector allows you to store a number of different proxy configurations and switch […]
If you have undertaken any amount of testing with Selenium WebDriver you will have come across the desire to run your suite of tests against multiple browsers simultaneously. To make this easier in .NET projects, I have started up a project called “Selenium Super Driver“, which is a drop-in replacement for an IWebDriver. Using the […]
There is a rather neat addition to the console in Chrome that lets you log an array of objects using the new console.table method. You can simply pass some data, or you can pass a list of columns you are interested in – like this: var items = [ { name: ‘Martin’, occupation: ‘Street Fighter’ […]
This is yet another article in praise of a Firefox developer tools feature. Last week I was getting excited about the 3D mode, but today I’m equally uncontrollable over the responsive mode. Once again, if you don’t have the little icon on the right hand side of the developer tools header, you can hit the […]
If you haven’t checked out the native Firefox Developer Tools in a while, it is time to take another look – even if you are an avid Firebug fan. The native tools are nothing short of brilliant. The feature I’m going to highlight briefly is the 3D view. Once you get over the childish excitement […]
The battery status API is quite a special one. While on a basic level you can use it to get information on how long a battery has left, it is what you do with the information that makes it cool. For example, if you have a web app that performs polling in the background, grabbing […]
Update! In Firefox Quantum, the spinners were updated to Cylon-eyes. The TL;DR is that there are still two spinning states: Grey Cylon (equivalent to the old anti-clockwise grey spinner)… waiting for response Blue Cylon (quivalent to the old clockwise green spinner)… receiving the response The original article on spinners is below. If you are an […]
Please Note: If you are using a modern browser you’ll notice that the console is always present – so you’ll never see this problem again! As far as I’m aware, no browser still has a “Heisenberg Console”. This article was originally written for Firebug/Firefox in 2011 and the issue was gone by 2014. I can […]
The “about:” URI schema has been around since the days of Netscape, but there is more to it than the common “about:blank” reference for an empty page. Some of these options give you an advanced view over Firefox and its cache – and others a just a bit of entertainment. Here is a list of […]
Revised, July 2014. I have no idea what became of this product – I think it got rolled into a premium version of the Expression suite, but can’t find any references to it. Original article below… Microsoft have just released a really cool new tool for comparing websites in different versions of the Internet Explorer […]