You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi
I install using pip install the library and added to Pycharm project Interpreter (version 1.0.0) .
When i use the keywords in pycharm (like GET ,Output ) doesn't recognize them and puts red line under them
Running the robot does work and library sends requests.
is there any way to fix this ?
The text was updated successfully, but these errors were encountered:
@ecarmiel
Hi.
There is "name=None" in decorator "@Keyword(....)" before all keywords. I did not figure out why this was done, but erasing it helps for pyCharm and IntelliBot.
Hi
I install using pip install the library and added to Pycharm project Interpreter (version 1.0.0) .
When i use the keywords in pycharm (like GET ,Output ) doesn't recognize them and puts red line under them
Running the robot does work and library sends requests.
is there any way to fix this ?
The text was updated successfully, but these errors were encountered: