Question
4
Replies
62
Views
Posted: February 19, 2019
Last activity: February 22, 2019
Closed
OneNote for Pega Robotics Studio
Hello,
I need to access OneNote files and navigate to specific sheet and page, and sometimes have to create a new page and name it. And paste screenshots or WebPages in the OneNote Pages.
I've seen on our community that OneNote is not available as a connector yet. Please help with how I can make the above process happen.
Thanks in advance.
- Arfath.
The only current way to automate One Note is via the screen OCR methods. That will be especially challenging to automate an entire app this way and would not likely be reliable. I would say this is an app that cannot be automated at this time solely with Pega Robotics. That being said, it appears as though you can use UIAutomation in C# to do some of the things you mentioned. You could call that from a script inside of a Pega Robotics project, but the code you write for that will be pure C#.