Post-Actions
Post-actions let a rule keep moving after values are filled. Use them for forms that need a tab press, a submit click, or a short delay before the next step.
Action Types
Section titled “Action Types”| Action | Use It For |
|---|---|
| Click | Pressing a button or opening the next panel |
| Focus | Moving the cursor to another field |
| Press Key | Sending keys such as Enter, Tab, or Escape |
| Wait | Giving the page time to update before the next action |
Field-Level Actions
Section titled “Field-Level Actions”Attach actions to a field when the next step depends on that specific input. For example, fill a search box, press Enter, and wait for results.
Rule-Level Actions
Section titled “Rule-Level Actions”Attach actions to a rule when they should run after all fields and repeat groups complete. For example, fill a signup form and click the submit button.
Close the Tab on Success
Section titled “Close the Tab on Success”Enable Close tab after successful completion in the rule-level PostActions card to close the tab where the rule ran. Slime fills normal fields and runs their actions, saves generated increments, fills repeat groups, runs rule-level post-actions, and then closes the tab only if no errors occurred. If any step fails, the tab stays open so you can inspect the page and error.
Closing is always the final step. To let a submitted page finish updating first, add a rule-level Wait action at the end of the action list. When closing is enabled, Slime hands trailing waits to the service worker so they continue even if submission navigates to a new page.
Do not configure Press Key with Ctrl+W for this purpose. Press Key sends a synthetic page event, which cannot activate Chrome’s trusted browser shortcut. The close-on-success switch uses Chrome’s tab API instead.