boakley / robotframework-hub

Web app for accessing robot framework assets
https://github.com/boakley/robotframework-hub/wiki
Apache License 2.0
169 stars 60 forks source link

Ability to use generic embedded libraries #54

Closed charleshamel73 closed 8 years ago

charleshamel73 commented 8 years ago

Hey Bryan,

I just realized that since Matt, Firras and I created a custom Page class, that the hardcoded import of "from robotpageobjects import Page" may not be a best idea when using --pageobjects. I was possibly thinking that it might be a good feature to allow for getting docs of embedded libraries from a root module as long as they are a class. What are your thoughts on this?