Hacker News new | ask | show | jobs
by wruza 821 days ago
Why use hard timeouts if you can wait for selector and then 100ms more? Worked fine last time I automated some SPAs.
1 comments

Depends how well they are built; of course you can do that but it’s a lot of manual work for some badly made ones: timeouts is easier/faster for trying things out. But I agree, once all works, you can put selectors. However, AI cannot find those automatically, although that cannot be that hard either, it’s just not something I have seen anywhere yet.