How to determine if CSS has been loaded?

After doing some research and writing up my answer, I stumbled upon this link that explains everything you need to know about CSS, when it is loaded and how you can check for it. The link provided explains it so well, in fact, that I’m adding some quotes from it for future reference. If you’re … Read more

How to test file download with Watin / IE9?

File download dialog doesn’t work in IE9 (Windows7) NetFramework 4.0. Following code snippet might help you resolve the issue: First you must add references UIAutomationClient and UIAutomationTypes to your test project. After In Ie9 Tools -> View Downloads -> Options define path to your save folder. The next method extends Browser class public static void … Read more