fMBT v0.19 released
by Kervinen, Antti
New features and improvements:
* fmbtandroid:
- Support controlling multiple devices behind separate adb servers
(possibly on remote hosts) on the same test run.
See adbPort and adbPortForward parameters of the Device constructor.
- tapText(txt) etc. require that txt is visible on the screen.
- topWindowStack() returns the window stack of the topmost appliction.
- pressKey() supports the modifiers parameter.
* fmbt-editor:
- Tab completion improvements.
* AAL/Python:
- Support profiling: remote_pyaal --profile parameter.
* fmbttizen:
- refreshScreenshot() works with multiple weston servers.
* Bug fixes.
Project homepage: http://01.org/fmbt
Project wiki: https://github.com/01org/fMBT/wiki/fMBT-Wiki
Project sources: https://github.com/01org/fMBT/
6 years, 1 month
actions parameters
by knut heier
Hi!
I have not found any example where fMBT actions are specified with
parameters.
(Only as hardcoded in the action name)
E.g in a phone app an action: "establish_call" could take parameters
call_rate and call_prot
Where call_rate can be any value between 64 kbps and e.g 1.000 kbps
call_prot can be e.g 'sip' or 'h323'
Is there a way to specify parameters (and their valuespace) for an action?
regards
Knut Heier
6 years, 1 month