Robot Framework Tips - Fix Intellibot Plugin For Pycharm

Поделиться
HTML-код
  • Опубликовано: 27 окт 2024

Комментарии • 46

  • @icakwms3402
    @icakwms3402 3 года назад +1

    Thanks for this solution! I have been struggling with IntelliBot plugin for a while !

  • @tofigamiraslanov7997
    @tofigamiraslanov7997 Год назад

    You save my day, bro. If it possible, will like this content hundred times

  • @divneetkaur7163
    @divneetkaur7163 3 года назад +2

    very helpful👍🏻thanks was struggling alot!

  • @haribolanil
    @haribolanil 10 месяцев назад

    Thanks a lot, i am tying to run the basic .robot program using pycharm 2023.2.3, it is not having option for run

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  10 месяцев назад

      You can maybe try the other plugin for Robot Framework, called Robot Framework Launguage Server

  • @priyagurde8968
    @priyagurde8968 Год назад

    Hello,
    In my PyCharm, when I try to install the Intellibot plugin, it asks me to restart PyCharm after installation. However, I encounter an error message stating that the Intellibot plugin is not from JetBrains, and I'm advised to report the problem to Millennial Media. I have also tried downloading the Intellibot JAR file from the JetBrains official site and adding it to my PyCharm, but I still receive the same error message after restarting PyCharm. How can I resolve this error?

    • @basilm5996
      @basilm5996 Год назад

      I am facing same, were you able to resolve it?

    • @priyagurde8968
      @priyagurde8968 Год назад

      @@basilm5996 yes I resolved it. The issue is with pycharm version. Insatall old version 2021. it will work

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  Год назад +1

      I did not know about this new policy for Pycharm.
      Regardless, try installing the Robot Framework Language Server plugin. Is newer and propperly maintained.

  • @kidziful
    @kidziful Год назад

    Very much helpful video! Thanks a ton!

  • @shreyanshchougule4353
    @shreyanshchougule4353 Год назад

    Thanks for this solution👍

  • @1nguoixauxi2
    @1nguoixauxi2 2 года назад

    thank, gonna thumb up this video! u help me alot !

  • @shandhiyav.s9855
    @shandhiyav.s9855 3 года назад +1

    It worked.. thanks a lot

  • @niveyaswaminaathanraja7971
    @niveyaswaminaathanraja7971 Год назад

    What's the compatible Pycharm version?

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  Год назад +1

      This should be compatible with the latest versions if the development process is still ongoing. But, as an alternative, you can try the "Robot Framework Language Server" as a plugin for Pycharm or VSCode. It far better maintained but was not available at the time of creation for this video

  • @user-em1ru1yx5f
    @user-em1ru1yx5f 4 года назад

    Pretty useful stuff...can u make a video on sikuli library in robot framework

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  4 года назад +2

      I never used that and quite frankly I am not a fan of validating the work trough visual inspection of the automation framework.

  • @healthwithbhavesh6030
    @healthwithbhavesh6030 3 года назад

    THANKS MAN....It solved my problem

  • @vipuljain215
    @vipuljain215 2 года назад +1

    Not working for me

  • @kelvinyap2350
    @kelvinyap2350 2 года назад

    Before you install it manually, do you have the Intellibot from marketplace?

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  2 года назад

      It does not matter. The one from marketplace needs to be uninstalled anyway. But this plugin is now also available on the marketplace, it's called: intellibot #patched

  • @shikhaagarwal4874
    @shikhaagarwal4874 3 года назад

    Hi, I have an existing robot framework. I have set the correct python interpreter. Installed the packages from requirement.txt file. The issue I am facing is that I cannot access the variables already defined in my project. It is saying cannot find the declaration to go to. Kindly help me.. tried everything from my end.

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  3 года назад

      Hello. Make sure you got the latest version of intellibot from the lte2000 github repo, like showned in the video. Then, if your variables are not in the same file, ne sure you have correctly imported the good file containing those variables. I cannot see any other issue for this

    • @shikhaagarwal4874
      @shikhaagarwal4874 3 года назад

      I have installed the latest lte2000 but when I installed pycharm 2021 was facing issue. Then I downgraded to 2019. It worked fine. Not sure why it was not working with pycharm 2021

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  3 года назад

      It does work with Pycharm 2021 now :)

  • @raghusandeepshetty
    @raghusandeepshetty 4 года назад

    I couldn't find the lte2000 repo. Could you help me?

  • @andrepereira4297
    @andrepereira4297 4 года назад

    Hi, I did exactly what you did in the video but after installing it failed to recognize my keywords, I use Selenium2Library. Could you Help me ?

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  4 года назад +1

      Hello.
      First, you should use SeleniumLibrary instead of Selenium2Library because Selenium2Library is outdated.
      Second, make sure that the Python Interpreter is correctly set under File->Settings->Project Interpreter.
      Also, make sure SeleniumLibrary is correctly installed by running pip install robotframework-seleniumlibrary and then pip list to check.

    • @saathvikam
      @saathvikam 3 года назад

      @@RobotFrameworkTutorials hi thank god i found u.. see, i did all these though im not able to get the auto suggestions. Please help me

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  3 года назад

      To make sure it works check the following:
      - You have the correct python interpreter set and the the library you want to have autocomplete for is correctly installed
      - install the lte2000 intellibot plugin and make sure it is activated

  • @oresttuday2125
    @oresttuday2125 3 года назад

    What python version you have installed?

  • @tamasvincze1096
    @tamasvincze1096 4 года назад

    Hi, I didn't find the github repo. Could you help me?

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  4 года назад

      Hello, the link is in the video description. There you go: github.com/lte2000/intellibot

  • @cocoyominga5479
    @cocoyominga5479 4 года назад

    What is the exact version of your PyCharm during this video ?

  • @krishnakishorer5641
    @krishnakishorer5641 2 года назад

    The solution given did not work for me. Is there any one who can help?

    • @RobotFrameworkTutorials
      @RobotFrameworkTutorials  2 года назад

      Bear in mind that Pycharm is updating constantly and new issues may appear. This version is the most updated intellibot on the market right now. So, keep an eye out for updates of the intellibot project also. As an alternative for Pycharm, you can also use "Robot Framework Language Server".
      PS: I assume you uninstalled the previous version of intellibot before installing and activating this one.

  • @hakrihe
    @hakrihe Год назад

    What is the current fix for this. Trying to get familiar with Robot Framework. I'm using PyCharm Community 2022.2.3. Getting IDE Internal Erros com.intellij.diagnostic.PluginException: getComponentAdapterOfType is used to get com.intellij.psi.impl.PsiManagerImpl (requestorClass=com.millennialmedia.intellibot.psi.RobotPsiManager, requestorConstructor=public com.millennialmedia.intellibot.psi.RobotPsiManager(com.intellij.psi.impl.PsiManagerImpl)).

    • @liviuavram1047
      @liviuavram1047 Год назад

      You may try the new Robot Framework Language Server plugin for Pycharm

    • @hakrihe
      @hakrihe Год назад

      @@liviuavram1047that new Robot Framework Language Server plugin for Pycharm caused that "create webdriver..." had to be changed to "Create Webdriver..."

    • @hakrihe
      @hakrihe Год назад

      I have followed these instructions ruclips.net/video/yaa6ZsMNGYg/видео.html

    • @hakrihe
      @hakrihe Год назад

      Ok...I found out that I have to use Terminal to Run my test script file. It works now.