Javascript – Use AppleScript to fetch the price of an item in the currently open Chrome page on Amazon.co.uk
Overview So I can use Applescript to get the Title of a page using: tell application "Google Chrome" to return title of active tab of front window If I have, for example, the page https://www.amazon.co.uk/Agua-Brava-Men-EDC-Splash/dp/B000E7YK0U/ open, I can see the…