Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 306 Bytes

File metadata and controls

9 lines (6 loc) · 306 Bytes

Actions

The Actions are the actions that you want to be executed in the browser, it can be an alert, a JavaScript execution, or an element to add/replace/destroy.

CWebHyDrationBridge_alert(bridge, "hello %s", first_result_of_name);

This example shows how to execute an action in the browser.