No relevant code changes.
- FEATURE : Hover functionality to identify and reveal the secondary element
- FEATURE : Sub-elements - pick out elements within elements by specifying a selector within a selector.
- FEATURE : Selectors can use iframes.
- FEATURE : Should contain now usable with timeout.
- FEATURE : should_disappear()
- FEATURE : Added timeouts to 'should_*'
- FEATURE : Clearer exceptions on should_contain and should_be_on_page.
- FEATURE : Timeout on explicit wait to appear on page.
- FEATURE : Clearer timeout exceptions.
- FEATURE : Added a clearer exception for 'not found in selectors'.
- FEATURE : Handle 'which' property on 'text is' attributes.
- FEATURE : Handle 'which' property on attributes.
- FEATURE : Selects 2nd, 3rd, 4th ... last of elements that contain text.
- FEATURE : Ability to select 'last' element matching a class name.
- FEATURE : Allow default timeout to be set up front.
- FEATURE : Added the ability to pick a single element when more than one is matched by a class.
- FEATURE : Add the ability to select by text contents or what elements contain.
- BUGFIX : Locked down the execution space so that invalid conditions cause a true exception.
- FEATURE : Added time travel to selenium.
- FEATURE : Classes selector.
- FEATURE : Handle more than one element with the same ID.
- FEATURE : .should_appear()
- FEATURE : Selection by xpath.
- FEATURE : Do selectors using attributes.