DOM curl
by lvm_ from LinuxQuestions.org on (#5KDZ3)
Web is rapidly transitioning to CSR model, old school tools for client-side web automation like curl and wget are becoming less and less useful, and yet I cannot find a good CSR web automation tool. Are there any? - essentially a modern browser engine with GUI replaced by a scripting backend for parsing a rendered DOM document and simulating user inputs. Yes, I know curl can be used to interact with REST APIs supplying data to CSR scripts, but analysing the workings of these APIs is usually time consuming