📄️ 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