DEVONagent Inspector Export to Excel

I have saves the Script [url]exporting a list of results] and I can get it to work fine for exporting “scanner objects” to a “cvs” by changing the .txt to .csv, a big step for me join changing AppleScript.

I have looked in the dictionary, another learning curve and found the following on “search results” so played around with each of the items to see how they exported into csv files:

Replacing “scanner objects” with “URL” exports each character of the URL into the same column but each character is on different rows, so ABC is on A1, A2, A3, etc and not useable and I don’t know how to change it so the complete url would be contained within A1, A2, A3, etc.

Separately within the script I have tried replacing the “window 1” with “browser” and “browser 1” with a view to attempting to export “titles”, etc from the “inspector menu” but cannot for the life of me get it to work. :cry: