After importing RPA.Windows library I still can't see the keywords associated with said library

Below is an example of what my code looks like except when I use any keywords within the library they aren’t accepted.

*** Settings ***
Library RPA.Windows
*** Tasks ***
Do some calculations
[Setup] Windows Run calc.exe

I am using pycharm
I have installed the necessary packages within my project
rpaframework
rpaframework-windows

Hi,
rpaframework-windows is already part of rpaframework and does not need to be added separately.

1 Like