I've been researching the infamous quest to know when a page has completely loaded that contains ajax. What I'm not seeing in any posts is whether I need to check jquery.active for each iframe?
Do I need to or is jquery.active checking everything?
This is using Selenium Webdriver and C# against an Asp.net project.
Reference article http://agilesoftwaretesting.com/selenium-wait-for-ajax-the-right-way/
