Sha256: 7fd4153d6bd70c166845d08b69ebdce787db7df4490641990e4688a55eebde2b

Contents?: true

Size: 1.82 KB

Versions: 1

Compression:

Stored size: 1.82 KB

Contents

=== Version 0.0.7.2 / 2013-11-02
*	Enhancements
	*	Element#find can specify the scope of the search

=== Version 0.0.7.1 / 2013-11-01
*	Bug Fixes
	*	Fixes issue with ComboBox controls for Selection#selection_items

=== Version 0.0.7 / 2013-11-01
*	Enhancements
	*	added a base implementation for the Window pattern
	*	added support for WindowPattern, TablePattern and TableItemPattern
	*	Element#as raises UnsupportedPattern if the element does not implement it
	*	added an Element#select method to filter descendants by:
		-	pattern
		-	name 
		-	id

*	Bug Fixes
	*	modified ffi calls that return Element arrays to be individually GC'd.
	This prevents FFI::ManagedStruct from being taken out from underneath you

=== Version 0.0.6.1 / 2013-10-30
* Bug Fixes
	*	Fixed issue when finding root children by RegEx initially
	*	all Find methods consistently return Element classes

=== Version 0.0.6 / 2013-10-22
*	Enhancements
	* Have implemented the following patterns:
		*	ExpandCollapse
		*	Invoke
		*	Selection
		*	SelectionItem
		*	Toggle
		*	Value
	*	Element can find their descendants by :id or :name
	*	Can search for top-level elements with Regex
	*	Elements can be refreshed
	*	Moved Uia methods to be class-level (i.e. Uia.find_element rather than
	including Uia)

===	Version 0.0.5.1 / 2013-10-16
*	Enhancements
	*	reduced the size of the gem package by excluding gmock and gtest

===	Version 0.0.5 / 2013-10-16

*	Enhancements
	*	Pushed #find_element into the Uia module
	*	Can locate elements by :id, :handle, :runtime_pid and :pid
	*	Element now knows about :id,:control_type, :patterns, :handle and :runtime_id
	*	Elements know about their :children and :descendants

===	Version 0.0.4 / 2013-10-11
Initial release with very limited support for finding an element and
displaying various properties.

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
uia-0.0.7.2 ChangeLog