Advanced Track
Dive deeper into technical concepts and advaanced features to create complex, scalable automation workflows.
HTML Essentials: Decoding Webpage for RPA
Master the structure of the webpage by learning to identify HTML tags, attributes, and hierarchical patterns to build high-precision, indestructible element selectors.
Understanding HTML: The Blueprint of Web AutomationLearn how to bridge the gap between what you see on a browser and how Octoparse AI interacts with the underlying HTML code to build reliable bots.
Deep Dive into HTML: Tags, Attributes, and Hierarchy for RPAMaster the three core pillars of HTML. Learn how to identify tags, leverage attributes, and navigate complex nesting to build high-precision XPath selectors in Octoparse AI.
Data Patterns in HTML: Master Lists, Tables, and PaginationLearn how to recognize repeating HTML patterns like lists and tables to automate bulk data extraction and smart pagination in Octoparse AI.
Mastering Browser DevTools: RPA Developer’s MicroscopeLearn how to use Browser Developer Tools to inspect HTML, verify hierarchies, and debug your Octoparse AI selectors like a pro.
Python Essentials: Building Logic for Automation
Transition from simple task recording to advanced automation by mastering Python variables, logic control, and functions to solve complex data challenges.
Thinking Like a Developer: From Vague Needs to Clear Flow LogicMaster the art of task decomposition. Learn how to transform complex business goals into precise, step-by-step logic that powers both RPA workflows and Python scripts.
Python Variables and Data Types: The Engine of Data FlowBridge the gap between RPA variables and Python code. Learn how to store, categorize, and transform data using Python’s core types to build more flexible automation.
Python Conditional Logic: Giving Your Workflow the Power to "Think"Master Python’s if, elif, and else statements. Learn how to use comparison and logical operators to build sophisticated decision-making into your scripts and Octoparse AI workflows.
Python Loops: Unlocking the Power of Infinite ScalabilityMaster for and while loops in Python. Learn how to automate repetitive tasks, handle bulk data, and control execution flow with break and continue to make your RPA bots controllable.
Python Functions: Building Reusable Blocks for Your WorkflowsMaster the def keyword, parameters, and return values. Learn how to transform complex code into reusable "Sub-flows" that make your scripts cleaner and easier to maintain.
Connecting the Dots: Using Python Logic to Enhance Your RPA WorkflowsA comprehensive summary of Python concepts and their practical application in Octoparse AI. Learn when and how to use the Execute Python Code command to solve complex automation problems.
