Giter Site home page Giter Site logo

Comments (24)

bawiecek avatar bawiecek commented on September 12, 2024 1

Hello,
I have the same issue with SeleniumLibrary, as described by @robco.
Is there any way to get auto-completion work for this lib?

from robot-plugin.

hasapian avatar hasapian commented on September 12, 2024 1

Hello,
I have the same issue with the last 2 comments... Please, let me know if this is fixed

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

Hey, I have just released a 0.9.1 version that should enable autocompletion in PyCharm. Could you confirm that it is working for you?

from robot-plugin.

pchomik avatar pchomik commented on September 12, 2024

I will check new version. I'm waiting to be approved by JetBrains.

from robot-plugin.

pchomik avatar pchomik commented on September 12, 2024

Auto-complete is working only for Robot Framework Builtin library. I cannot get keywords from e.g. String library or user library. Please let me know if you need more information or debug the problem.

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

Robot Libraries (e.g. String, Collections) should be working. Did you put
the library import in the Settings section?
User libraries are still not supported. Soon I will implement support for
Static user libraries.
Dynamic and Hybrid libraries will need more time, since they would require
an effective runtime Robotframework environment.

On 12 May 2014 08:33, Pawel Chomicki [email protected] wrote:

Auto-complete is working only for Robot Framework Builtin library. I
cannot get keywords from e.g. String library or user library. Please let me
know if you need more information or debug the problem.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-42799919
.

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

In case Robot Libraries are still not working could you please send me a
.robot example to reproduce the bug?

On 12 May 2014 08:40, Valerio [email protected] wrote:

Robot Libraries (e.g. String, Collections) should be working. Did you put
the library import in the Settings section?
User libraries are still not supported. Soon I will implement support for
Static user libraries.
Dynamic and Hybrid libraries will need more time, since they would require
an effective runtime Robotframework environment.

On 12 May 2014 08:33, Pawel Chomicki [email protected] wrote:

Auto-complete is working only for Robot Framework Builtin library. I
cannot get keywords from e.g. String library or user library. Please let me
know if you need more information or debug the problem.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-42799919
.

from robot-plugin.

pchomik avatar pchomik commented on September 12, 2024

Please use this example:

*** Settings ***
Library     String

*** Test Cases ***
Test
    Get line
    Log    Hello World    WARN

Get line keyword is not working.

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

Argh... :-/ they are working only if they come from imported resources at
the moment. Since that is actually enough for all my project's tests, I did
not catch the bug before...
I will submit a patched version probably later today or tomorrow. Thanks a
lot for your feedback.

Valerio

On 12 May 2014 08:59, Pawel Chomicki [email protected] wrote:

Please use this example:

*** Settings ***
Library String

*** Test Cases ***
Test
Get line
Log Hello World WARN

Get line keyword is not working.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-42801179
.

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

New version submitted for review (0.9.2). It's fixing the issue for me.

On 12 May 2014 09:07, Valerio [email protected] wrote:

Argh... :-/ they are working only if they come from imported resources at
the moment. Since that is actually enough for all my project's tests, I did
not catch the bug before...
I will submit a patched version probably later today or tomorrow. Thanks a
lot for your feedback.

Valerio

On 12 May 2014 08:59, Pawel Chomicki [email protected] wrote:

Please use this example:

*** Settings ***
Library String

*** Test Cases ***
Test
Get line
Log Hello World WARN

Get line keyword is not working.


Reply to this email directly or view it on GitHubhttps://github.com//issues/4#issuecomment-42801179
.

from robot-plugin.

pchomik avatar pchomik commented on September 12, 2024

For Robot Framework libraries is working. Is not working for user libraries. Is it a valid for this issue or should I report new one?

One remark regarding auto-complete pop-up window. If someone type
"Get line" the prompt is "get line". After enter the line is changing to "get line" what is annoying. Is it valid case for you?

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

I have created a new issue for the first point.

Regarding the second one I was thinking to implement it as a plugin configuration. It could be a checkbox named something like: "Captilalise keywords coming from python"

What do you think about it?

from robot-plugin.

oferprat avatar oferprat commented on September 12, 2024

Hi there! I am working with pycharm 5.0.3 and the plugin version 0.13 and do not have suggestions and auto-complete. What is the current status? Thanks!

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

Hi,
Thanks for the feedback.

Was the plugin working for you in previous versions of PyCharm?
Can you please send me a minimal example of a PyCharm project where you
expect completion?

Kind regards
Valerio

On 4 January 2016 at 09:37, oferprat <[email protected]
javascript:_e(%7B%7D,'cvml','[email protected]');> wrote:

Hi there! I am working with pycharm 5.0.3 and the plugin version 0.13 and
do not have suggestions and auto-complete. What is the current status?
Thanks!


Reply to this email directly or view it on GitHub
#4 (comment).

from robot-plugin.

oferprat avatar oferprat commented on September 12, 2024

Hi Valerio! I downgraded pycharm to 4.5.4 today and will see how it goes. I'll let you know.
BTW, to make things more complicated, I got this response from a colleague today: "I installed Pycharm 5.0.3 yesterday with intellibot and didn’t see the problem"

from robot-plugin.

AmailP avatar AmailP commented on September 12, 2024

Ok, let me know. Anyway Intellibot is a different plugin, pretty much
unrelated to mine.

Valerio

On Tuesday, 5 January 2016, oferprat [email protected] wrote:

Hi Valerio! I downgraded pycharm to 4.5.4 today and will see how it goes.
I'll let you know.
BTW, to make things more complicated, I got this response from a colleague
today: "I installed Pycharm 5.0.3 yesterday with intellibot and didn’t see
the problem"


Reply to this email directly or view it on GitHub
#4 (comment).

from robot-plugin.

robco avatar robco commented on September 12, 2024

Hello,

Starting with the Robot Framework plugin for PyCharm, getting some difficulties for Robot libraries keywords auto-completion to work. From the above comments I got impression it should work. Any clue how to set it properly up?

My example: using Selenium2Library (http://robotframework.org/Selenium2Library/Selenium2Library.html)

"Open browser" keyword is coming from Selenium2Library, but I can't get auto-completion for it. Can't get inline hints for any of Selenium2Library keywords at all.

Please note, that Selenium2Library seems to be loaded properly to PyCharm, because I can navigate into it by the click and see its implementation.

Auto-completion for user defined keywords work just fine.

My code:

*** Settings ***
Library Selenium2Library

*** Variables ***
${BROWSER}. CHROME

*** Test Cases ***

Open google and search
Launch browser with chrome opened
Search for something

*** Keywords ***

Launch browser with chrome opened
Open browser ${GOOGLE_URL} ${BROWSER}
Maximize browser window
...

from robot-plugin.

Srihari88 avatar Srihari88 commented on September 12, 2024

Hello,

The issue will be fixed by installing the IntelliBot @SeleniumLibrary Patched in pycharm.

You can install it by going the -->Preferences-->Plugins-->IntelliBot @SeleniumLibrary Patched

Once installed the above plugin the issue gone away.

from robot-plugin.

upendragongada avatar upendragongada commented on September 12, 2024

Hello...i installee intellibot@selenium librrary patched but i am getting error message, wjat is the solution?

from robot-plugin.

sakonachhoeurng avatar sakonachhoeurng commented on September 12, 2024

I get problem the same, it does not have auto-completed. please help

from robot-plugin.

RajavardhaniK avatar RajavardhaniK commented on September 12, 2024

Still I got the same issue can anyone give the solution for this

from robot-plugin.

rajmenonr avatar rajmenonr commented on September 12, 2024

It works with SeleniumLibrary 3.0.0 but make sure that you should select the same version in IDE also

from robot-plugin.

denizbabayaka avatar denizbabayaka commented on September 12, 2024

Hello,
I have the same issue with SeleniumLibrary, as described by @robco.
Is there any way to get auto-completion work for this lib?

use Selenium2Library

from robot-plugin.

kilicemre avatar kilicemre commented on September 12, 2024

@RajavardhaniK Were you able to resolve it? Still got a problem while using Appium library.

from robot-plugin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.