Q: Another use case
I am trying to figure out some use cases which I can implement with Robo motion. Please see if this can be implemented:
I have a compilation of articles on the Bear Mac app in the same page. Each article has some common headings, like ‘analysis’ and ‘quick bites’. Can Robomotion be guided to go to this page and format each of these headings in all the articles (which are in sequence in same page), no matter how many time they appear in the page to something like bold, highlight, and italics, which is already available in the Bear app?
Faik_Robomotion
Nov 20, 2025A: Hello,
If it is a Mac Desktop app, it is not achievable currently - we don't have support for Accessibility on Mac yet. You would need to rely on Image Automation and Keyboard keystrokes to automate it, which can be complicated and limited. For Windows Desktop applications though Windows provides underlying libraries that allow RPA tools to reliably control an app through the UI Automation library which we support. If Bear had a web interface, it would be possible, but I checked and it does not seem to.
Best,
Ok , can this be done on notion web app ?
Yes, we have full control of the web page, if not possible with our standard nodes, you can always create workarounds with Run Script node.