Skip to content
This repository has been archived by the owner on Nov 2, 2020. It is now read-only.

Jump to dynamic libraries keyword source does not work #179

Open
aaltat opened this issue Feb 7, 2017 · 1 comment
Open

Jump to dynamic libraries keyword source does not work #179

aaltat opened this issue Feb 7, 2017 · 1 comment
Assignees
Labels

Comments

@aaltat
Copy link
Collaborator

aaltat commented Feb 7, 2017

Jump to dynamic libraries keyword source does not work. Keyword completion and displaying keyword documentation works fine.

@aaltat aaltat added the bug label Feb 7, 2017
@aaltat aaltat added this to the 6.0.1 milestone Feb 7, 2017
@aaltat aaltat self-assigned this Feb 7, 2017
@aaltat aaltat modified the milestones: 6.0.1, 6.1.0 Mar 24, 2017
@aaltat aaltat modified the milestones: 6.1.0, 6.2.0 Apr 13, 2017
@aaltat
Copy link
Collaborator Author

aaltat commented Sep 5, 2017

in case of SeleniumLibrary, something like this could work:

>>> import inspect
>>> from SeleniumLibrary import SeleniumLibrary
>>> kw = SeleniumLibrary().keywords['get_title']
>>> inspect.getfile(kw)
'/usr/local/lib/python2.7/dist-packages/SeleniumLibrary/keywords/browsermanagement.py'

@aaltat aaltat modified the milestones: 6.2.0, 6.3.0 Oct 15, 2017
@aaltat aaltat removed this from the 6.3.0 milestone Jan 25, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant