Omenia / robotframework-whitelibrary

Library for automating Windows GUI technologies with Robot Framework. WhiteLibrary wraps the White automation framework.
Apache License 2.0
54 stars 15 forks source link

Partial text locator #159

Closed eeter closed 5 years ago

eeter commented 5 years ago

New partial_text locator type that allows searching for items that contain a certain text in their text/name.

Requires pythonnet>=2.4.0 because clr.GetClrType() is new in 2.4.0.