Hello everyone,
I am trying to get some data from the web. I can get most of the data I need, but part of it is in a browser extension, which I am unable to read. The extension is form google chrome. When I use chrome's "Inspect Element" I can see the information I need. My questions are:
1) Is there a way in Perl to read the data of a browser extension?
2) Is there a way for me to call chrome's "Inspect Element" using perl?
Thanks in advance