Hello.
I’m currently working on a piston that like make a web request.
I want to be able to get the response, and then read the 1st (td) from 2nd (tr) element from a table and to store it on a variable.
Before I was using python with bs4 library but I wish to be able to do it directly on webCoRe
Is this possible?
Is a regex do the job?
Thanks