๐๏ธ ActionConfig Overview
Introduction
๐๏ธ Quick Migration Reference
This guide helps you migrate your existing Brobot automation code from ActionOptions to the new ActionConfig hierarchy.
๐๏ธ ActionConfig Code Examples
This page provides practical examples for using each ActionConfig class in real-world scenarios.
๐๏ธ Fluent API Patterns
The Brobot Fluent API enables you to build automation sequences that read like natural language, making your code more maintainable and self-documenting.
๐๏ธ ActionConfig API Reference
Complete reference for all ActionConfig classes and their methods.
๐๏ธ Migration Examples
Real-world examples of migrating from ActionOptions to ActionConfig.
๐๏ธ Action Chaining
Learn how to chain multiple actions together using ActionChainOptions for complex automation workflows
๐๏ธ Complex Workflows
Build sophisticated multi-step automation workflows using ActionChainOptions
๐๏ธ Conditional Actions
Learn how to implement conditional and repeated actions using RepeatUntilConfig
๐๏ธ Form Automation Patterns
Master form automation with reusable patterns and best practices
๐๏ธ Reusable Patterns
Build a library of reusable automation patterns and components
๐๏ธ Complete Migration Guide
Step-by-step guide for migrating from ActionOptions to ActionConfig
๐๏ธ Examples Index
Complete index of ActionConfig examples and patterns
๐๏ธ Pure Actions API Reference
Overview
๐๏ธ Conditional Action Chains Examples
Overview