noellarkin
Senior Member
- Mar 14, 2021
- 1,006
- 1,492
Automation via HTTP requests and JSON decoding is working out for me for some older sites. No such luck for newer ones, though. I've been using Browser automation for the more popular sites (Reddit etc).
Of course, there's a night-and-day difference in terms of the time taken. I'm wondering if there's any way HTTP request methods of automation can be extended and applied to websites that are heavy in JS (which is, at the moment, the major stumbling block for me).
Right now, I know how to do HTTP GET and POST, I know JSON decoding, RegExp. I'm really new to programming (compared to most of you here) so I'm wondering if there are any knowledge gaps that are preventing me from being able to work with JS heavy sites. Is there something I ought to learn, some advanced HTTP concept, or just accept that browser automation is the only way forward?
Of course, there's a night-and-day difference in terms of the time taken. I'm wondering if there's any way HTTP request methods of automation can be extended and applied to websites that are heavy in JS (which is, at the moment, the major stumbling block for me).
Right now, I know how to do HTTP GET and POST, I know JSON decoding, RegExp. I'm really new to programming (compared to most of you here) so I'm wondering if there are any knowledge gaps that are preventing me from being able to work with JS heavy sites. Is there something I ought to learn, some advanced HTTP concept, or just accept that browser automation is the only way forward?