-
Notifications
You must be signed in to change notification settings - Fork 383
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keywords not highlighted and no suggestion for them in RIDE #2195
Comments
The only possible workaround, is to generate SeleniumLibrary XML for keywords documentation and then import as explained in Import Failed Help button in Suite Settings section. |
Seems that there is no workaround for this problem. I have generated SeleniumLibrary.xml and place it on known places, but still the docs are not loaded. This may be because there are some docs in DB, and the missing ones are not loaded from the XML file. Also there is no Import XML option, because it did not failed. Attached is the SeleniumLibrary.xml.txt (must remove .txt). --EDIT-- --EDIT-- The easiest way to update this documentation is (all libraries keyword docs will have to re-generated, this may cause some delay when opening "for the first time" a test suite with a "new" Library import):
*** Settings ***
Library SeleniumLibrary
*** Test Cases ***
SeleniumTest
Open Browser
After some seconds, the red color changes to black and you can go to Grid Editor and use the keyword docs ( |
Closing because can be tested on soon to be pre-released, v2.0b1. |
I still have this issue in Robot Framework 3.2.2 |
I have the same issue.. I am running:
How to solve this? |
@sarozNep and @Temizzi Please try with v2.0b1 like I mentioned on #2195 (comment) I am not surprised that robotframework-seleniumlibrary 5.1.0 documentation can be broken. |
Hello @HelioGuilherme66 thank you for the help. Apart from actually fixing the issue I noticed you had difficulties to implement your suggested workaround. May I suggest also facilitating future workarounds (i.e. things you mentioned like providing means to import xml even if it did not fail, or a button to delete the db)
|
Yesy v2.0b1 fixed the syntax highlight problem.. But I got a warning message saying that module 'psutil' was not found right after I launch RIDE (everytime) as below... Besides, after some times, I have no idea why suddenly, the "Run" tab is also missing and unable to run/start any test case. Due to this, I had to fall back to version 1.7.4.2 |
Hi@HelioGuilherme66 I am facing similar issue, selenium library coming in red color, even after importing XML file and Instaling selenium library again issue is same. |
@rbradhika530 Sometimes it takes some time ;) to load the keyword docs. A restart of RIDE should fix it. If not then there should be complete error logged in Tools->View RIDE Log. |
Hello.
After updating robotframework-seleniumlibrary to 4.4.0, many of its keywords seem that are not recognized and “highlighted in blue” in RIDE editor (v1.7.4.2, using RF 3.2.1), and keyword suggestion does not work (for example, on “click element”, “Input text”, "Capture Page Screenshot", etc.):
Test execution seems to work fine anyway, but syntax highlighting and keyword suggestion are too important in test writing.
At the moment, I had to revert to v4.3.0 that works fine:
I also received this from robotframework-seleniumlibrary developer, where i initially submitted the issue:
Could you please check and verify on your side, or provide some workaround to make v4.4.0 working?
Many thanks in advance for your support
Best regards
The text was updated successfully, but these errors were encountered: