'Intellij PyCharm interface usage

I need to make the control from the my program the Intellij PyCharm interface. For example, select a PyCharm menu and click on some menu items. Another example : open a file and write a line there, scroll the file open on the screen up or down. How can this be done quickly?



Solution 1:[1]

You can try intellij-ui-test-robot.

This library allows you to write and execute UI tests among IntelliJ Idea.

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 CrazyCoder