Has anyone gotten something like Puppeteer/headles...
# suitescript
m
Has anyone gotten something like Puppeteer/headless browser to work in NetSuite? I have a site I need to get a couple values from based on my sales order data, but the site doesn't have an open API I can call. Any thoughts on how to accomplish this?
b
doomed approach
do the normal thing and use the headless browser in node
m
Dang. Ok, thanks for the guidance as always!