lte2000
lte2000
@sstankevych999 I have tried open several pycharm project same time, or delete some file in background. But still can't reproduce your problem. So I don't know which condition can trigger...
Do you know what operation cause the exception? Can you share the attachment?
Maybe you can try https://github.com/lte2000/intellibot I use PyCharm 2019.1.3, and robotframework-seleniumlibrary 4.1.0, no exception on a basic test.
> > > > Maybe you can try https://github.com/lte2000/intellibot > > I use PyCharm 2019.1.3, and robotframework-seleniumlibrary 4.1.0, no exception on a basic test. > > hey, looks good... how...
pipe-space-separated format is not supported yet.
no plan from my side.
You can uninstall "com.millennialmedia.intellibot@SeleniumLibrary Patched (0.10.143.381)" Then search for 'IntelliBot #patched' under 'Marketplace...' and install it. Here is the URL FYI: https://plugins.jetbrains.com/plugin/17424-intellibot-patched/
Have you uninstalled the plugin "intellibot@SeleniumLibrary Patched" or "intellibot"? If no, please unintalled it first. If yes, please manually delete the "c\Users\NGIyer\.......\intellibot.jar" AS displayed in the dialog windows.
Do your python keywords has decorator @keyword, and the code like below: ``` class test_class: @keyword() def test_keyword(): ``` if so, can you change the code to: ``` class test_class:...
@orthur please try the attached patch v0.14.191.8026.1: [intellibot.zip](https://github.com/lte2000/intellibot/files/9595980/intellibot.zip)