Closed MarialenaShiamma closed 4 years ago
I just wanted to chime in. I too am experiencing this exact issue. It appears that the selenium(patched) plugin fixes this issue, but introduces a more severe bug - you can no longer control-click to navigate to definitions of the keyword/usage.
I know it is annoying, but a temporary workaround that I use for this, since there are only a handful of core Selenium keywords I use..... Make a new keyword which uses the keyword, maybe you can even enhance it for your use case...
For example:
Click Element ${element} This would normally show as a syntax error even though it is correct (the current bug)
You would make a keyword as follows:
Click My Element [Arguments] ${element} Click Element ${element}
You would call the keyword the same way: Click My Element ${element}
From there on out, for the rest of your keywords, you would just use the Click My Element. This eliminates the red highlighting in all areas except the keyword definition of Click My Element which is great to just 1 single location you will not use again.
This has worked well for me, as I need the functionality to navigate throughout the project that intellibot provides.
I just wanted to chime in. I too am experiencing this exact issue. It appears that the selenium(patched) plugin fixes this issue, but introduces a more severe bug - you can no longer control-click to navigate to definitions of the keyword/usage.
I know it is annoying, but a temporary workaround that I use for this, since there are only a handful of core Selenium keywords I use..... Make a new keyword which uses the keyword, maybe you can even enhance it for your use case...
For example:
Click Element ${element} This would normally show as a syntax error even though it is correct (the current bug)
You would make a keyword as follows:
Click My Element [Arguments] ${element} Click Element ${element}
You would call the keyword the same way: Click My Element ${element}
From there on out, for the rest of your keywords, you would just use the Click My Element. This eliminates the red highlighting in all areas except the keyword definition of Click My Element which is great to just 1 single location you will not use again.
This has worked well for me, as I need the functionality to navigate throughout the project that intellibot provides.
Thanks for the suggestion, i will try that.
please try email mtrubs@gmail.com he can help you fix the issue
Same issue, i can't see any auto-complete suggestions from keyword
You can try this fork by lte2000, this solved the problem for me.
@frankvanderkuur thanks for sharing
I had used this one and it solved my issue: https://github.com/youwi/intellibot
Closing this issue
Hello,
I have installed intellibot for selenium and i can still not see any auto-complete suggestions or anything when I click Ctrl+Click on a keyword eg Close.
Information about my environment based on About section of Pycharm:
Any ideas what might be wrong?