-
|
The old seleniumlibrary_patched plugin stopped working in the latest PyCharm so I need to find a replacement. This plugin looks promising with almost similar functionality, but I have an issue with the following scenario. I have custom keywords defined in Python code as: @keyword("User ${name} opens window using a hammer")
def user_opens_window_with_hammer(self, name: str):
...when I write Robot tests based on these keywords using the RobotCode plugin, the autocomplete offers me this keyword as:
There are two problems:
Any help for this? |
Beta Was this translation helpful? Give feedback.
Answered by
jatalahd
Jan 26, 2026
Replies: 1 comment 1 reply
-
|
can you create a bug repot for this? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Added issue: #564