fMBT v0.37 released
by Kervinen, Antti
New features and improvements:
* fmbtwindows:
- Device.refreshView() filterType and filterCondition parameters added:
does view item filtering inside the UIAutomation framework,
enables finding widgets in a fraction of the time it might otherwise take.
- ViewItem.patterns(), setValue(), expand(), collapse() added.
- Device.setErrorReporting() / errorReporting() added for WER settings:
setErrorReporting({"DontShowUI": 1}) disables showing interactive
crash dialogs, for instance.
- Device.findRegistry() added for searching registry keys and values.
- Device.putFile() can create a new file with given string as a content.
- Device.putFile() works efficiently with large files.
- Device.shellSOE() has a timeout parameter.
- Device.enableVisualLog() logs (traces) now many new methods.
* pycosh:
- psput and psget added for file transfer to/from pythonshare servers.
- pspycosh added for remote login on pythonshare servers.
- rm -r option added.
- mkdir -p option added.
- "awk" added (very very pycoscopic version).
* fmbtandroid/chromiumos/tizen/vnc/windows/x11:
- Device.waitAny() / Screen.waitAny() added, waits for one or more changes
to happen.
* AAL/Python:
- remote_pyaal --log-unbuffered added for keeping log in tight sync.
* pythonshare:
- hook(event_signature, callback) added, helps tracing and debugging which
routines open/close connections and execute code remotely.
* Many minor fixes and improvements.
Project homepage: http://01.org/fmbt/
Project wiki: https://github.com/01org/fMBT/wiki
Project sources: https://github.com/01org/fMBT/
4 years, 3 months