No need for constructors if using "CreateControl" everywhere.
Fixed parent scoping for desktop & web
More tests for the desktop project
0.6.4
(Web) Added support to turn off jQuery check on each request (When using saucelabs/browserstack it can be an additional overhead)
0.6.0
[BREAKING CHANGE] Updated iframe functionality to use jQuery selectors instead of just names and id's. See test projects for examples.
0.5.4
Fix for Selenium StaleElementReferenceException. Will retry once if caught.
0.5.0
Added 'AlwaysSearch' for all controls or just the individual ones. Should fix stale control issues.
0.4.26
Added launch overload for desktop to allow for System.Diagnostics.ProcessStartInfo
0.4.0
[BREAKING CHANGE] Changed name from MainFrame to AFrame.
Added preliminary support for desktop automation (WPF, WIN FORMS)
0.3.19
[BREAKING CHANGE] Changed MainFrame namespace from MainFrame to MainFrame.Core (NuGet package id has changed also - so please remove and reinstall nuget packages)
Relocated files in project
Added sample for MainFrame.Web using nuget's website
0.2.0
Added support for iFrames.
Refactored extensively.
0.1.1
Updated Playback to include a properties / brain to hold information.