0

I am just beginning automated testing, and I need to test the functionality of a template in Microsoft Word on both Mac and Windows 10. This template comes complete with what I believe is a VB form. I want to populate the form, and then read the saved file. Does anyone know how I might be able to do this with Python, Java, or something else?

1 Answers1

0

Since, that is a desktop app, you can't use Selenium.

You can try sikulix or AutoIt.

newsn31
  • 217
  • 3
  • 9