Automate a 40-Step SOP Without Writing a Single Selector
A finance team in a midsize manufacturer needed to run a 40-step invoice verification process every morning. Their internal RPA team built a bot on UiPath that logged into the ERP, downloaded attachments, extracted line items, checked three different systems, and emailed a weekly summary. Three months later, the vendor released a new ERP skin. The bot failed on every single task. The team had to rebuild the bot from scratch, costing days of engineering time and weeks of delayed reporting. This is the common reality: a process you automate once becomes a maintenance problem every time the UI changes.
Why RPA breaks here
Traditional RPA relies on selectors, XPaths, and object IDs to locate elements on a screen. When a vendor updates the interface, those identifiers change. The bot breaks and halts. Industry studies show that 30 to 40 percent of RPA maintenance time is spent on UI changes and failed runs, not on new features. In a 40-step SOP, a single broken selector can cascade into multiple failed steps, forcing a human to step in and restart the process. The more steps you have, the more points of failure. The cost compounds when you have dozens of bots and multiple applications that update at different rates.
What changes with computer use agents
- ●Agents see the screen and act like a human: they move the mouse, click, type, and read the result.
- ●No brittle selectors means UI updates rarely break the workflow.
- ●Agents recover from exceptions instead of halting, reading the screen to decide what to do next.
- ●A standard operating procedure written in plain English is already almost a prompt. Agents can follow the SOP directly.
- ●Agents work across any application, including legacy systems, Citrix, and virtualized desktops where RPA often struggles.
RPA is great for high-volume, stable, backend tasks. Computer use agents are the durable answer for changing UIs, exception-heavy workflows, and SOP-driven processes.
How to move without the risk
You do not need to rip and replace all your bots at once. Start with one high-pain process where the UI changes frequently and human intervention is common. Map the process into a plain-text SOP. Run a pilot with a computer use agent on a cloud VM. Measure the time saved, the error reduction, and the maintenance effort. If the process is stable and high-volume, keep your existing RPA. If it is variable, exception-prone, and tied to changing interfaces, move those workflows to agents. This phased approach lets you build confidence without exposing the entire automation portfolio to risk.
A 40-step example in plain language
A simple invoice verification SOP might look like this: 1) Open ERP login page. 2) Enter username and password. 3) Click login. 4) Navigate to the invoice list. 5) Filter by vendor and date. 6) Download each invoice attachment. 7) Open each attachment in a PDF reader. 8) Extract invoice number, amount, and due date. 9) Validate amount against purchase order. 10) Check if the invoice is approved. 11) If not approved, flag and save. 12) If approved, update ERP status. 13) Email the finance team with a summary. With selectors, every step depends on precise element locations. With a computer use agent, each step is a natural language instruction. When the ERP skin changes, the agent simply sees the new layout and follows the same instruction.
When agents and RPA work together
Large enterprises often have a mix of stable, high-volume processes and variable, exception-heavy workflows. A common pattern is to keep RPA for tasks like bulk data entry, report generation, and backend integrations where the UI is stable. Use computer use agents for tasks like invoice verification, compliance checks, and any process that involves multiple applications with changing interfaces. This hybrid approach maximizes the strengths of both technologies while minimizing maintenance overhead.
If you are tired of rebuilding bots every time a vendor releases a new UI, it is time to reconsider the automation tools you use. Computer use agents let you automate 40-step SOPs without writing a single selector. Book a demo with the Coasty team to see how it works for your processes: https://cal.com/coasty/15min