Description[Telemetry] Allow value interpolation in action_runner JavaScript API
The new interface allows clients to easily interpolate values within
JavaScript template snippents. For example:
runner.ExecuteJavaScript('var foo = {{ value }};', value=1);
Also update clients within catapult to use the new interface.
API change: timeout_in_seconds argument in WaitForJavaScriptCondition
can no longer be accessed as a positional argument, the keyword must
be used explicitly to set that argument.
Corresponding chromium CL: https://codereview.chromium.org/2617483006/
BUG=catapult:#3028
Review-Url: https://codereview.chromium.org/2615943003
Committed: https://chromium.googlesource.com/external/github.com/catapult-project/catapult/+/9c4a543d55a4afcab403f792785fae964586978c
Patch Set 1 #Patch Set 2 : fix CreateInteraction method #
Total comments: 1
Patch Set 3 : fix more tests #
Total comments: 1
Messages
Total messages: 26 (17 generated)
|