├── .env ├── .env.example ├── .gitignore ├── README.md ├── docs ├── .vitepress │ ├── config.ts │ ├── lib │ │ └── vRemixicon.ts │ └── theme │ │ ├── CustomLayout.vue │ │ ├── CustomNotFound.vue │ │ ├── custom.css │ │ ├── index.ts │ │ └── redirectRoutes.ts ├── blocks │ ├── active-tab.md │ ├── attribute-value.md │ ├── blocks-group.md │ ├── browser-event.md │ ├── clipboard.md │ ├── close-tab.md │ ├── conditions.md │ ├── cookie.md │ ├── create-element.md │ ├── data-mapping.md │ ├── delay.md │ ├── delete-data.md │ ├── element-exists.md │ ├── element-scroll.md │ ├── event-click.md │ ├── execute-workflow.md │ ├── export-data.md │ ├── forms.md │ ├── get-text.md │ ├── go-back.md │ ├── go-forward.md │ ├── google-drive.md │ ├── google-sheets-drive.md │ ├── google-sheets.md │ ├── handle-dialog.md │ ├── handle-download.md │ ├── hover-element.md │ ├── increase-variable.md │ ├── insert-data.md │ ├── javascript-code.md │ ├── link.md │ ├── log-data.md │ ├── loop-breakpoint.md │ ├── loop-data.md │ ├── loop-elements.md │ ├── new-tab.md │ ├── new-window.md │ ├── notification.md │ ├── parameter-prompt.md │ ├── press-key.md │ ├── proxy.md │ ├── regex-variable.md │ ├── reload-tab.md │ ├── repeat-task.md │ ├── save-assets.md │ ├── slice-variable.md │ ├── sort-data.md │ ├── switch-tab.md │ ├── switch-to.md │ ├── tab-url.md │ ├── take-screenshot.md │ ├── trigger-event.md │ ├── trigger.md │ ├── upload-file.md │ ├── wait-connections.md │ ├── webhook.md │ ├── while-loop.md │ └── workflow-state.md ├── extension-builder.md ├── extension-builder │ ├── analytics.md │ ├── crash-logs.md │ ├── customize.md │ ├── dashboard.md │ ├── details.md │ ├── global-variables.md │ ├── index.md │ ├── installing-extension.md │ ├── version-control.md │ └── workflows.md ├── guide │ └── quick-start.md ├── index.md ├── integrations │ └── google-drive.md ├── parts │ └── blocks-interaction-note.md ├── public │ └── images │ │ ├── alipay.jpg │ │ ├── blocks │ │ ├── 192127832-38b73b5f-1bd0-458c-8a1c-311d85e2446b.png │ │ ├── Frame_3_2_h8miwx.png │ │ ├── Loop_elements_a4btqz.png │ │ ├── NVIDIA_Share_rWFjFA6ooQ_h3rtoq.png │ │ ├── Screenshot_2022-07-06_134530_pyuvbm.png │ │ ├── chrome_72yxN1cG5r_wofhvv.png │ │ ├── chrome_7ehs03LPjU_i0ivn2.png │ │ ├── chrome_9iHTFjxWEn_lzavjy.png │ │ ├── chrome_J5wCfHbV0k_cadz80.png │ │ ├── chrome_JQ9AV5L07X_fmvf5u.png │ │ ├── chrome_NLkqno9pxO_hbudur.png │ │ ├── chrome_OXTZ3YmUTg_x8cq9g.png │ │ ├── chrome_OuX2wQzOe4_lyd8tv.png │ │ ├── chrome_Uwmb1sgeiJ_sukqfu.png │ │ ├── chrome_WVkHHFa8UF_toqssq.png │ │ ├── chrome_ZJm8cwo6Z5_xeqekg.png │ │ ├── chrome_b0wdnqRYv1_vknvhm.png │ │ ├── chrome_gcNslvkyzZ_yqeco7.png │ │ ├── chrome_h0O8snWxOY_xxdeyg.png │ │ ├── chrome_rAyUAIdWI3_agnydv.png │ │ ├── chrome_wH5Q79djOe_wlbudv.png │ │ ├── chrome_yUjnbDYYP7_hm4bwq.png │ │ ├── fieqmvqf5kb5seudggp4.png │ │ ├── insner_2_mrslmt.png │ │ ├── loop_bd2por.gif │ │ ├── not-specific-flow_gsawj3.gif │ │ ├── nsAkHeuetG_xg5awo.png │ │ ├── specific-flow_hpfqsb.gif │ │ ├── tabs_ctqmdm.png │ │ └── unknown_cphb4u.png │ │ ├── extension-builder │ │ ├── NVIDIA_Share_S9UYH5Yvj0_xolyl2.png │ │ ├── NVIDIA_Share_dUepZN5bIB_egirro.png │ │ ├── NVIDIA_Share_mqfTPWmLcJ_z0eczs.png │ │ ├── chrome_9ZfKdZtANI_udrijd.png │ │ ├── chrome_AfQp0IW1FS_rtllad.png │ │ ├── chrome_AtuR0TLqzm_rypyqd.png │ │ ├── chrome_VtPVnKGH3q_uigdsc.png │ │ ├── chrome_cmge12BVxE_adzlrp.png │ │ ├── chrome_j3pk8zBstl_jorgmn.png │ │ └── installing-extension_hkiiu9.gif │ │ ├── guide │ │ ├── adding-block_pobloe.gif │ │ ├── chrome_Rf7Lj54yi4_i5gdua.png │ │ ├── chrome_VecbzZKdar_swld5q.png │ │ └── start-recording_hpfg9u.gif │ │ ├── logo.png │ │ ├── reference │ │ ├── NVIDIA_Share_XTiF5TkhOX_wxfkgd.png │ │ ├── NVIDIA_Share_ZYqbANNey2_cvmvt1.png │ │ ├── NVIDIA_Share_eyqm3SIAKx_kiot08.png │ │ ├── NVIDIA_Share_lGV2S0XYJE_y6qs8h.png │ │ ├── NVIDIA_Share_qWlIzKSYIx_cvxe6w.png │ │ ├── chrome_D5csgMXyoj_okm03f.png │ │ ├── chrome_emrfNdNVz0_jgecef.png │ │ ├── chrome_hIZ8wpD5CC_dh5nfw.png │ │ ├── chrome_xzwsxBADvq_f5povx.png │ │ ├── package-IO_lzpfoz.gif │ │ ├── package-as-block_xbi00q.gif │ │ └── package-workflow_i2hme2.gif │ │ ├── workflow │ │ ├── 2v0Ss79X7j_a102aw.png │ │ ├── B2cPsIplxO_m06lfr.png │ │ ├── Screenshot_2023-08-28_143223_swcorv.png │ │ ├── TV_-_1_bjh9j7.png │ │ ├── TV_-_2_2_r3emea.png │ │ ├── block-menu_lq1vig.gif │ │ ├── block-settings_ppatjo.gif │ │ ├── breakpoint_njdfvg.gif │ │ ├── chrome_05KtZ48UEI_oyrlmp.png │ │ ├── chrome_1VtcrxMGH7_d7puxa.png │ │ ├── chrome_3DsPWQ4Nn3_hwyu8h.png │ │ ├── chrome_7p2d3nvu9w_funwit.png │ │ ├── chrome_7wEPnPfNRQ_e1ee2l.png │ │ ├── chrome_8d0k1lZqUn_lxnycp.png │ │ ├── chrome_EJW6qAdZCn_hqacml.png │ │ ├── chrome_FbRbTGuOXy_j8frph.png │ │ ├── chrome_IzphSu4LiK_gehwmw.png │ │ ├── chrome_JbjCbwnmQ1_apo7kh.png │ │ ├── chrome_K7BmBkZ2gZ_o7k6fi (1).png │ │ ├── chrome_K7BmBkZ2gZ_o7k6fi.png │ │ ├── chrome_Kd5yzW80tf_sq2oxp.png │ │ ├── chrome_LWjlxa5ZMT_t2jrr2.png │ │ ├── chrome_XdE6h2xaT8_ya58k6.png │ │ ├── chrome_Z1IwOcaATY_gxfn6k.png │ │ ├── chrome_csX5PLkZBq_h5hu0k.png │ │ ├── chrome_d3PsYXgOKK_weyqwy.png │ │ ├── chrome_e9ZIOvxldR_pbauzp.png │ │ ├── chrome_jtkwrZyAd4_zwp3qt.png │ │ ├── chrome_uLX3tDY65e_rlecxl.png │ │ ├── chrome_xQ16a4tU8v_etyuxh.png │ │ ├── chrome_z5Ib6JPWpR_ykdl3x.png │ │ ├── connect-block-ouput_nn5nx7.gif │ │ ├── connect-block2_slxrpv.gif │ │ ├── connect-block_advdve.gif │ │ ├── drop_in_a_block_zzrtaw.gif │ │ ├── run-workflow_da3vpy.gif │ │ └── selecting-blocks_vecdy3.gif │ │ └── wxpay.jpg ├── reference │ ├── condition-builder.md │ ├── javascript-execution-context.md │ ├── packages.md │ ├── storage.md │ └── workflow-common-errors.md └── workflow │ ├── blocks.md │ ├── debug-mode.md │ ├── element-selector.md │ ├── expressions.md │ ├── global-data.md │ ├── looping.md │ ├── overview.md │ ├── parameters.md │ ├── running-a-workflow.md │ ├── settings.md │ ├── sharing-workflow.md │ ├── table-or-variable.md │ ├── table.md │ ├── testing-mode.md │ └── variables.md ├── package.json ├── pnpm-lock.yaml └── tsconfig.json /.env: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/.env -------------------------------------------------------------------------------- /.env.example: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/.env.example -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/.gitignore -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/README.md -------------------------------------------------------------------------------- /docs/.vitepress/config.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/config.ts -------------------------------------------------------------------------------- /docs/.vitepress/lib/vRemixicon.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/lib/vRemixicon.ts -------------------------------------------------------------------------------- /docs/.vitepress/theme/CustomLayout.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/theme/CustomLayout.vue -------------------------------------------------------------------------------- /docs/.vitepress/theme/CustomNotFound.vue: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/theme/CustomNotFound.vue -------------------------------------------------------------------------------- /docs/.vitepress/theme/custom.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/theme/custom.css -------------------------------------------------------------------------------- /docs/.vitepress/theme/index.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/theme/index.ts -------------------------------------------------------------------------------- /docs/.vitepress/theme/redirectRoutes.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/.vitepress/theme/redirectRoutes.ts -------------------------------------------------------------------------------- /docs/blocks/active-tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/active-tab.md -------------------------------------------------------------------------------- /docs/blocks/attribute-value.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/attribute-value.md -------------------------------------------------------------------------------- /docs/blocks/blocks-group.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/blocks-group.md -------------------------------------------------------------------------------- /docs/blocks/browser-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/browser-event.md -------------------------------------------------------------------------------- /docs/blocks/clipboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/clipboard.md -------------------------------------------------------------------------------- /docs/blocks/close-tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/close-tab.md -------------------------------------------------------------------------------- /docs/blocks/conditions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/conditions.md -------------------------------------------------------------------------------- /docs/blocks/cookie.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/cookie.md -------------------------------------------------------------------------------- /docs/blocks/create-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/create-element.md -------------------------------------------------------------------------------- /docs/blocks/data-mapping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/data-mapping.md -------------------------------------------------------------------------------- /docs/blocks/delay.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/delay.md -------------------------------------------------------------------------------- /docs/blocks/delete-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/delete-data.md -------------------------------------------------------------------------------- /docs/blocks/element-exists.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/element-exists.md -------------------------------------------------------------------------------- /docs/blocks/element-scroll.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/element-scroll.md -------------------------------------------------------------------------------- /docs/blocks/event-click.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/event-click.md -------------------------------------------------------------------------------- /docs/blocks/execute-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/execute-workflow.md -------------------------------------------------------------------------------- /docs/blocks/export-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/export-data.md -------------------------------------------------------------------------------- /docs/blocks/forms.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/forms.md -------------------------------------------------------------------------------- /docs/blocks/get-text.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/get-text.md -------------------------------------------------------------------------------- /docs/blocks/go-back.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/go-back.md -------------------------------------------------------------------------------- /docs/blocks/go-forward.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/go-forward.md -------------------------------------------------------------------------------- /docs/blocks/google-drive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/google-drive.md -------------------------------------------------------------------------------- /docs/blocks/google-sheets-drive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/google-sheets-drive.md -------------------------------------------------------------------------------- /docs/blocks/google-sheets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/google-sheets.md -------------------------------------------------------------------------------- /docs/blocks/handle-dialog.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/handle-dialog.md -------------------------------------------------------------------------------- /docs/blocks/handle-download.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/handle-download.md -------------------------------------------------------------------------------- /docs/blocks/hover-element.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/hover-element.md -------------------------------------------------------------------------------- /docs/blocks/increase-variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/increase-variable.md -------------------------------------------------------------------------------- /docs/blocks/insert-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/insert-data.md -------------------------------------------------------------------------------- /docs/blocks/javascript-code.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/javascript-code.md -------------------------------------------------------------------------------- /docs/blocks/link.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/link.md -------------------------------------------------------------------------------- /docs/blocks/log-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/log-data.md -------------------------------------------------------------------------------- /docs/blocks/loop-breakpoint.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/loop-breakpoint.md -------------------------------------------------------------------------------- /docs/blocks/loop-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/loop-data.md -------------------------------------------------------------------------------- /docs/blocks/loop-elements.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/loop-elements.md -------------------------------------------------------------------------------- /docs/blocks/new-tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/new-tab.md -------------------------------------------------------------------------------- /docs/blocks/new-window.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/new-window.md -------------------------------------------------------------------------------- /docs/blocks/notification.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/notification.md -------------------------------------------------------------------------------- /docs/blocks/parameter-prompt.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/parameter-prompt.md -------------------------------------------------------------------------------- /docs/blocks/press-key.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/press-key.md -------------------------------------------------------------------------------- /docs/blocks/proxy.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/proxy.md -------------------------------------------------------------------------------- /docs/blocks/regex-variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/regex-variable.md -------------------------------------------------------------------------------- /docs/blocks/reload-tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/reload-tab.md -------------------------------------------------------------------------------- /docs/blocks/repeat-task.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/repeat-task.md -------------------------------------------------------------------------------- /docs/blocks/save-assets.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/save-assets.md -------------------------------------------------------------------------------- /docs/blocks/slice-variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/slice-variable.md -------------------------------------------------------------------------------- /docs/blocks/sort-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/sort-data.md -------------------------------------------------------------------------------- /docs/blocks/switch-tab.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/switch-tab.md -------------------------------------------------------------------------------- /docs/blocks/switch-to.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/switch-to.md -------------------------------------------------------------------------------- /docs/blocks/tab-url.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/tab-url.md -------------------------------------------------------------------------------- /docs/blocks/take-screenshot.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/take-screenshot.md -------------------------------------------------------------------------------- /docs/blocks/trigger-event.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/trigger-event.md -------------------------------------------------------------------------------- /docs/blocks/trigger.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/trigger.md -------------------------------------------------------------------------------- /docs/blocks/upload-file.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/upload-file.md -------------------------------------------------------------------------------- /docs/blocks/wait-connections.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/wait-connections.md -------------------------------------------------------------------------------- /docs/blocks/webhook.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/webhook.md -------------------------------------------------------------------------------- /docs/blocks/while-loop.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/while-loop.md -------------------------------------------------------------------------------- /docs/blocks/workflow-state.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/blocks/workflow-state.md -------------------------------------------------------------------------------- /docs/extension-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder.md -------------------------------------------------------------------------------- /docs/extension-builder/analytics.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/analytics.md -------------------------------------------------------------------------------- /docs/extension-builder/crash-logs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/crash-logs.md -------------------------------------------------------------------------------- /docs/extension-builder/customize.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/customize.md -------------------------------------------------------------------------------- /docs/extension-builder/dashboard.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/dashboard.md -------------------------------------------------------------------------------- /docs/extension-builder/details.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/details.md -------------------------------------------------------------------------------- /docs/extension-builder/global-variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/global-variables.md -------------------------------------------------------------------------------- /docs/extension-builder/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/index.md -------------------------------------------------------------------------------- /docs/extension-builder/installing-extension.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/installing-extension.md -------------------------------------------------------------------------------- /docs/extension-builder/version-control.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/version-control.md -------------------------------------------------------------------------------- /docs/extension-builder/workflows.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/extension-builder/workflows.md -------------------------------------------------------------------------------- /docs/guide/quick-start.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/guide/quick-start.md -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/index.md -------------------------------------------------------------------------------- /docs/integrations/google-drive.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/integrations/google-drive.md -------------------------------------------------------------------------------- /docs/parts/blocks-interaction-note.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/parts/blocks-interaction-note.md -------------------------------------------------------------------------------- /docs/public/images/alipay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/alipay.jpg -------------------------------------------------------------------------------- /docs/public/images/blocks/192127832-38b73b5f-1bd0-458c-8a1c-311d85e2446b.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/192127832-38b73b5f-1bd0-458c-8a1c-311d85e2446b.png -------------------------------------------------------------------------------- /docs/public/images/blocks/Frame_3_2_h8miwx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/Frame_3_2_h8miwx.png -------------------------------------------------------------------------------- /docs/public/images/blocks/Loop_elements_a4btqz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/Loop_elements_a4btqz.png -------------------------------------------------------------------------------- /docs/public/images/blocks/NVIDIA_Share_rWFjFA6ooQ_h3rtoq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/NVIDIA_Share_rWFjFA6ooQ_h3rtoq.png -------------------------------------------------------------------------------- /docs/public/images/blocks/Screenshot_2022-07-06_134530_pyuvbm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/Screenshot_2022-07-06_134530_pyuvbm.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_72yxN1cG5r_wofhvv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_72yxN1cG5r_wofhvv.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_7ehs03LPjU_i0ivn2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_7ehs03LPjU_i0ivn2.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_9iHTFjxWEn_lzavjy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_9iHTFjxWEn_lzavjy.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_J5wCfHbV0k_cadz80.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_J5wCfHbV0k_cadz80.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_JQ9AV5L07X_fmvf5u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_JQ9AV5L07X_fmvf5u.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_NLkqno9pxO_hbudur.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_NLkqno9pxO_hbudur.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_OXTZ3YmUTg_x8cq9g.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_OXTZ3YmUTg_x8cq9g.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_OuX2wQzOe4_lyd8tv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_OuX2wQzOe4_lyd8tv.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_Uwmb1sgeiJ_sukqfu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_Uwmb1sgeiJ_sukqfu.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_WVkHHFa8UF_toqssq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_WVkHHFa8UF_toqssq.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_ZJm8cwo6Z5_xeqekg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_ZJm8cwo6Z5_xeqekg.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_b0wdnqRYv1_vknvhm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_b0wdnqRYv1_vknvhm.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_gcNslvkyzZ_yqeco7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_gcNslvkyzZ_yqeco7.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_h0O8snWxOY_xxdeyg.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_h0O8snWxOY_xxdeyg.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_rAyUAIdWI3_agnydv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_rAyUAIdWI3_agnydv.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_wH5Q79djOe_wlbudv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_wH5Q79djOe_wlbudv.png -------------------------------------------------------------------------------- /docs/public/images/blocks/chrome_yUjnbDYYP7_hm4bwq.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/chrome_yUjnbDYYP7_hm4bwq.png -------------------------------------------------------------------------------- /docs/public/images/blocks/fieqmvqf5kb5seudggp4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/fieqmvqf5kb5seudggp4.png -------------------------------------------------------------------------------- /docs/public/images/blocks/insner_2_mrslmt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/insner_2_mrslmt.png -------------------------------------------------------------------------------- /docs/public/images/blocks/loop_bd2por.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/loop_bd2por.gif -------------------------------------------------------------------------------- /docs/public/images/blocks/not-specific-flow_gsawj3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/not-specific-flow_gsawj3.gif -------------------------------------------------------------------------------- /docs/public/images/blocks/nsAkHeuetG_xg5awo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/nsAkHeuetG_xg5awo.png -------------------------------------------------------------------------------- /docs/public/images/blocks/specific-flow_hpfqsb.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/specific-flow_hpfqsb.gif -------------------------------------------------------------------------------- /docs/public/images/blocks/tabs_ctqmdm.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/tabs_ctqmdm.png -------------------------------------------------------------------------------- /docs/public/images/blocks/unknown_cphb4u.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/blocks/unknown_cphb4u.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/NVIDIA_Share_S9UYH5Yvj0_xolyl2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/NVIDIA_Share_S9UYH5Yvj0_xolyl2.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/NVIDIA_Share_dUepZN5bIB_egirro.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/NVIDIA_Share_dUepZN5bIB_egirro.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/NVIDIA_Share_mqfTPWmLcJ_z0eczs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/NVIDIA_Share_mqfTPWmLcJ_z0eczs.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_9ZfKdZtANI_udrijd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_9ZfKdZtANI_udrijd.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_AfQp0IW1FS_rtllad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_AfQp0IW1FS_rtllad.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_AtuR0TLqzm_rypyqd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_AtuR0TLqzm_rypyqd.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_VtPVnKGH3q_uigdsc.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_VtPVnKGH3q_uigdsc.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_cmge12BVxE_adzlrp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_cmge12BVxE_adzlrp.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/chrome_j3pk8zBstl_jorgmn.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/chrome_j3pk8zBstl_jorgmn.png -------------------------------------------------------------------------------- /docs/public/images/extension-builder/installing-extension_hkiiu9.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/extension-builder/installing-extension_hkiiu9.gif -------------------------------------------------------------------------------- /docs/public/images/guide/adding-block_pobloe.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/guide/adding-block_pobloe.gif -------------------------------------------------------------------------------- /docs/public/images/guide/chrome_Rf7Lj54yi4_i5gdua.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/guide/chrome_Rf7Lj54yi4_i5gdua.png -------------------------------------------------------------------------------- /docs/public/images/guide/chrome_VecbzZKdar_swld5q.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/guide/chrome_VecbzZKdar_swld5q.png -------------------------------------------------------------------------------- /docs/public/images/guide/start-recording_hpfg9u.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/guide/start-recording_hpfg9u.gif -------------------------------------------------------------------------------- /docs/public/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/logo.png -------------------------------------------------------------------------------- /docs/public/images/reference/NVIDIA_Share_XTiF5TkhOX_wxfkgd.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/NVIDIA_Share_XTiF5TkhOX_wxfkgd.png -------------------------------------------------------------------------------- /docs/public/images/reference/NVIDIA_Share_ZYqbANNey2_cvmvt1.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/NVIDIA_Share_ZYqbANNey2_cvmvt1.png -------------------------------------------------------------------------------- /docs/public/images/reference/NVIDIA_Share_eyqm3SIAKx_kiot08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/NVIDIA_Share_eyqm3SIAKx_kiot08.png -------------------------------------------------------------------------------- /docs/public/images/reference/NVIDIA_Share_lGV2S0XYJE_y6qs8h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/NVIDIA_Share_lGV2S0XYJE_y6qs8h.png -------------------------------------------------------------------------------- /docs/public/images/reference/NVIDIA_Share_qWlIzKSYIx_cvxe6w.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/NVIDIA_Share_qWlIzKSYIx_cvxe6w.png -------------------------------------------------------------------------------- /docs/public/images/reference/chrome_D5csgMXyoj_okm03f.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/chrome_D5csgMXyoj_okm03f.png -------------------------------------------------------------------------------- /docs/public/images/reference/chrome_emrfNdNVz0_jgecef.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/chrome_emrfNdNVz0_jgecef.png -------------------------------------------------------------------------------- /docs/public/images/reference/chrome_hIZ8wpD5CC_dh5nfw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/chrome_hIZ8wpD5CC_dh5nfw.png -------------------------------------------------------------------------------- /docs/public/images/reference/chrome_xzwsxBADvq_f5povx.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/chrome_xzwsxBADvq_f5povx.png -------------------------------------------------------------------------------- /docs/public/images/reference/package-IO_lzpfoz.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/package-IO_lzpfoz.gif -------------------------------------------------------------------------------- /docs/public/images/reference/package-as-block_xbi00q.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/package-as-block_xbi00q.gif -------------------------------------------------------------------------------- /docs/public/images/reference/package-workflow_i2hme2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/reference/package-workflow_i2hme2.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/2v0Ss79X7j_a102aw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/2v0Ss79X7j_a102aw.png -------------------------------------------------------------------------------- /docs/public/images/workflow/B2cPsIplxO_m06lfr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/B2cPsIplxO_m06lfr.png -------------------------------------------------------------------------------- /docs/public/images/workflow/Screenshot_2023-08-28_143223_swcorv.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/Screenshot_2023-08-28_143223_swcorv.png -------------------------------------------------------------------------------- /docs/public/images/workflow/TV_-_1_bjh9j7.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/TV_-_1_bjh9j7.png -------------------------------------------------------------------------------- /docs/public/images/workflow/TV_-_2_2_r3emea.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/TV_-_2_2_r3emea.png -------------------------------------------------------------------------------- /docs/public/images/workflow/block-menu_lq1vig.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/block-menu_lq1vig.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/block-settings_ppatjo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/block-settings_ppatjo.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/breakpoint_njdfvg.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/breakpoint_njdfvg.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_05KtZ48UEI_oyrlmp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_05KtZ48UEI_oyrlmp.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_1VtcrxMGH7_d7puxa.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_1VtcrxMGH7_d7puxa.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_3DsPWQ4Nn3_hwyu8h.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_3DsPWQ4Nn3_hwyu8h.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_7p2d3nvu9w_funwit.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_7p2d3nvu9w_funwit.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_7wEPnPfNRQ_e1ee2l.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_7wEPnPfNRQ_e1ee2l.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_8d0k1lZqUn_lxnycp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_8d0k1lZqUn_lxnycp.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_EJW6qAdZCn_hqacml.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_EJW6qAdZCn_hqacml.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_FbRbTGuOXy_j8frph.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_FbRbTGuOXy_j8frph.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_IzphSu4LiK_gehwmw.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_IzphSu4LiK_gehwmw.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_JbjCbwnmQ1_apo7kh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_JbjCbwnmQ1_apo7kh.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_K7BmBkZ2gZ_o7k6fi (1).png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_K7BmBkZ2gZ_o7k6fi (1).png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_K7BmBkZ2gZ_o7k6fi.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_K7BmBkZ2gZ_o7k6fi.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_Kd5yzW80tf_sq2oxp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_Kd5yzW80tf_sq2oxp.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_LWjlxa5ZMT_t2jrr2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_LWjlxa5ZMT_t2jrr2.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_XdE6h2xaT8_ya58k6.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_XdE6h2xaT8_ya58k6.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_Z1IwOcaATY_gxfn6k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_Z1IwOcaATY_gxfn6k.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_csX5PLkZBq_h5hu0k.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_csX5PLkZBq_h5hu0k.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_d3PsYXgOKK_weyqwy.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_d3PsYXgOKK_weyqwy.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_e9ZIOvxldR_pbauzp.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_e9ZIOvxldR_pbauzp.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_jtkwrZyAd4_zwp3qt.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_jtkwrZyAd4_zwp3qt.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_uLX3tDY65e_rlecxl.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_uLX3tDY65e_rlecxl.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_xQ16a4tU8v_etyuxh.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_xQ16a4tU8v_etyuxh.png -------------------------------------------------------------------------------- /docs/public/images/workflow/chrome_z5Ib6JPWpR_ykdl3x.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/chrome_z5Ib6JPWpR_ykdl3x.png -------------------------------------------------------------------------------- /docs/public/images/workflow/connect-block-ouput_nn5nx7.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/connect-block-ouput_nn5nx7.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/connect-block2_slxrpv.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/connect-block2_slxrpv.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/connect-block_advdve.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/connect-block_advdve.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/drop_in_a_block_zzrtaw.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/drop_in_a_block_zzrtaw.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/run-workflow_da3vpy.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/run-workflow_da3vpy.gif -------------------------------------------------------------------------------- /docs/public/images/workflow/selecting-blocks_vecdy3.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/workflow/selecting-blocks_vecdy3.gif -------------------------------------------------------------------------------- /docs/public/images/wxpay.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/public/images/wxpay.jpg -------------------------------------------------------------------------------- /docs/reference/condition-builder.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/reference/condition-builder.md -------------------------------------------------------------------------------- /docs/reference/javascript-execution-context.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/reference/javascript-execution-context.md -------------------------------------------------------------------------------- /docs/reference/packages.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/reference/packages.md -------------------------------------------------------------------------------- /docs/reference/storage.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/reference/storage.md -------------------------------------------------------------------------------- /docs/reference/workflow-common-errors.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/reference/workflow-common-errors.md -------------------------------------------------------------------------------- /docs/workflow/blocks.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/blocks.md -------------------------------------------------------------------------------- /docs/workflow/debug-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/debug-mode.md -------------------------------------------------------------------------------- /docs/workflow/element-selector.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/element-selector.md -------------------------------------------------------------------------------- /docs/workflow/expressions.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/expressions.md -------------------------------------------------------------------------------- /docs/workflow/global-data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/global-data.md -------------------------------------------------------------------------------- /docs/workflow/looping.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/looping.md -------------------------------------------------------------------------------- /docs/workflow/overview.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/overview.md -------------------------------------------------------------------------------- /docs/workflow/parameters.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/parameters.md -------------------------------------------------------------------------------- /docs/workflow/running-a-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/running-a-workflow.md -------------------------------------------------------------------------------- /docs/workflow/settings.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/settings.md -------------------------------------------------------------------------------- /docs/workflow/sharing-workflow.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/sharing-workflow.md -------------------------------------------------------------------------------- /docs/workflow/table-or-variable.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/table-or-variable.md -------------------------------------------------------------------------------- /docs/workflow/table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/table.md -------------------------------------------------------------------------------- /docs/workflow/testing-mode.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/testing-mode.md -------------------------------------------------------------------------------- /docs/workflow/variables.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/docs/workflow/variables.md -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/package.json -------------------------------------------------------------------------------- /pnpm-lock.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/pnpm-lock.yaml -------------------------------------------------------------------------------- /tsconfig.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/automa-wiki/docs/HEAD/tsconfig.json --------------------------------------------------------------------------------