0.3.4
This release includes enhancements and fixes as below:
#98 Fix to ActionWait, so that both withTimeout and withMaxAttempts work correctly
#99 Improve Waits for DOM Operations. When a DOM operation is happening on a page it may temporarily cause the element to be inaccessible. Wait for the DOM operation to complete, and ignore the WebDriverException (and hierarchy), rather than throw an exception
#100 Allow a custom screenshot taker to be set. Provide an extension point from ScreenshotTaker.
#101 Add DOJO controls, DojoDropDownSelect and DojoInputWebElement. Super helpful, when working with DOJO apps.
#102 ExpectedToFailInfoExtension has now been deprecated, use concordion-status-info-extension instead