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
I'm using pycharm+robot frame+this plugin for web developing,
I import Selenium2Library, but I can't get get Selenium2Library keyword reference while typing in testcases context. Note: I can get the keyword reference from an import resource file.
see the diagram for detail.
Is this a bug or should I install another plugin from JetBrains? I'm not quite sure the requirement marked with *
Code completion support:
User defined keywords from .robot files
User defined keywords from Static Python libraries []
Robot Library keywords []
[*] requires PyCharm or Python plugin from JetBrains
The text was updated successfully, but these errors were encountered:
then you could parse this xml to find all keywords and arguments in it.
Or you just allow users to put these kind of xml file in a specific folder.
Everything what is in there, is parsed by you and if this library is included, you offer the keywords.
I'm using pycharm+robot frame+this plugin for web developing,
I import Selenium2Library, but I can't get get Selenium2Library keyword reference while typing in testcases context. Note: I can get the keyword reference from an import resource file.
see the diagram for detail.
Is this a bug or should I install another plugin from JetBrains? I'm not quite sure the requirement marked with *
Code completion support:
User defined keywords from .robot files
User defined keywords from Static Python libraries []
Robot Library keywords []
[*] requires PyCharm or Python plugin from JetBrains
The text was updated successfully, but these errors were encountered: