关于SeleniumLibrary库导入PyCharm无法自动感知关键字的解决方法 (本人python版本3.6.4)

SeleniumLibrary  3更新以后,用原来的Pycharm插件intellibot 在导入库以后,会出现关键字无法自动感知,且代码提示:Keyword definition not found的提示。这是插件在3版 SeleniumLibrary的关键字提示失效的原因。这个问题不影响用例运行,但影响了代码编写效率,让人头疼不已;我的亲测解决方案替换原有的intellibot插件;

附本地插件下载地址:https://files.cnblogs.com/files/slade-sun/intellibot.zip;

附git源址 https://github.com/youwi/intellibot/blob/master/intellibot.jar

附云盘地址

链接: https://pan.baidu.com/s/1obV4sCZ9_H_Kkz0i-BVmPA

提取码: xxgn 

原文地址:https://www.cnblogs.com/slade-sun/p/10469685.html