The code for loading the Chrome Debugger Trigger step is as follows:
import ReplaySDK from 'imean-replay-sdk'; ReplaySDK.init({ mode: 'Default', workflow: { id: 'test', steps: [ { title: 'Click Create', id: 'AhPPa81go4KMr5CotK2eJ', type: 'Action', selector: '.mr0WL ', actionType: 'click', value: 'Create', extension:[ { name: 'ChromeDebugger', type: ExtensionType.Trigger, options: undefined } ] } ] } });
Last updated 6 months ago