UI automation is necessary for accessibility
UI automation is necessary for accessibility
Posted Jul 13, 2026 9:34 UTC (Mon) by farnz (subscriber, #17727)In reply to: UI automation is necessary for accessibility by nhippi
Parent article: An update on the scraper situation
There's a huge social problem with frictionless anonymous micropayments (and one that's hard to solve via technical means): how do you stop bad actors from being the primary users of the system?
For the system to be useful, it has to be able to transfer large sums of money to the sites; if you're collecting 0.02¢ per page render, you need to be able to collect $20 million if you're hit by 1 billion accesses. That creates two social problems:
- If I'm a bad actor, what makes it not worth my while infecting millions of clients with malware to collect 0.02¢ per client via my dodgy network of apparently legitimate (but actually not) sites?
- If I'm a payer, how do I recover my money if a bad actor infects my device and causes it to access billions of pages? How do you distinguish "payment made due to bad actor" from "payer had buyer's remorse"?
- If I'm a bad actor, how do you stop me accessing millions of pages to copy, then using the money recovery mechanism to ensure that I don't actually pay, without preventing legitimate payers from having access to the money recovery mechanism?
These are all really hard problems to solve - and our current systems don't solve them particularly well, but they just about manage on the basis that no-one in the network is truly anonymous, and thus you can use the courts to recover your money. That stops working if, instead of a small number of large cases, you have a truly large number of "de minimis" cases.
