Jump to content

goofansu

Member
  • Posts

    8
  • Joined

  • Last visited

Recent Profile Visitors

239 profile views

goofansu's Achievements

Helping Hand

Helping Hand (3/5)

2

Reputation

  1. Hi @christianmagill, thank you for the reminder, just run the workflow and it works correctly now.
  2. Thank you for the advice. I'll just skip the automation task and just use the page title at the moment.
  3. One step in my workflow is using the Automation Task "Run JavaScript in Chromium Browser Tab" to fetch specified text as page title. It works correctly in Google Chrome, but fails in the Arc browser. The problem is the output of the Automation Task is always an empty string, regardless of the JavaScript it executes. For example, the JavaScript is document.getElementById('productTitle').innerText to get the product title on an amazon product page. In Google Chrome, the output is the title returned by the code, but in Arc browser it is an empty string. Automation Task Debug information For the product page: https://www.amazon.com/How-Take-Smart-Notes-Technique-ebook/dp/B09V5M8FR5 Arc browser [00:10:05.828] Markdown[Automation Task] Running task 'Run JavaScript in Chromium Browser Tab' with no arguments [00:10:05.992] Markdown[Automation Task] Processing complete [00:10:05.994] Markdown[Automation Task] Passing output '' to Arg and Vars [00:10:05.997] Markdown[Arg and Vars] Processing complete [00:10:05.998] Markdown[Arg and Vars] Passing output '' to Copy to Clipboard I also tested the with alert(document.getElementById('productTitle').innerText), it runs and alert the title, so the title is there, but seems cannot set to output. Google Chrome [00:13:05.706] Markdown[Automation Task] Running task 'Run JavaScript in Chromium Browser Tab' with no arguments [00:13:05.916] Markdown[Automation Task] Processing complete [00:13:05.917] Markdown[Automation Task] Passing output 'How to Take Smart Notes: One Simple Technique to Boost Writing, Learning and Thinking ' to Arg and Vars [00:13:05.918] Markdown[Arg and Vars] Processing complete [00:13:05.918] Markdown[Arg and Vars] Passing output 'How to Take Smart Notes: One Simple Technique to Boost Writing, Learning and Thinking ' to Copy to Clipboard Tell me if you need more information, thanks. ==== update 2023-01-13 ==== The automation works correctly in Arc Browser.
  4. @WAD Sorry, here is the link: https://www.dropbox.com/s/a537geh8v11rj5m/Send URL.alfredworkflow?dl=0
  5. I modified all Alfred-2 to Alfred, so it works again. In case anyone need it, here is the modified version, compatible with Alfred 4 https://www.dropbox.com/s/a537geh8v11rj5m/Send URL.alfredworkflow?dl=0
  6. Hi, I add a hotkey to launch app from "Templates" -> "Files and Apps" -> "Launch file group from hotkey". It seems there is some delay before the app is launched. Do I miss something? Thanks
  7. Hi, there is something wrong after delete an item from faves list. When add to favorite without delete any item, favorites.json is like following: ["\/Users\/suyejun\/Dropbox","\/Users\/suyejun\/Dropbox\/code"] After you delete an item from faves list, favorites.json is like following: {"1":"\/Users\/suyejun\/Dropbox\/code"} Then, when I delete an item, it cannot match any item in my favs list and delete nothing.
×
×
  • Create New...