katalon-studio / katalon-recorder

Apache License 2.0
315 stars 141 forks source link

Custom commands loaded from extension scripts are not shown in the GUI #47

Open pbodnar opened 4 years ago

pbodnar commented 4 years ago

If one reads the documentation for how to create extension scripts:

https://docs.katalon.com/katalon-recorder/docs/extension-scripts-aka-user-extensionsjs-for-custom-locator-builders-and-actions.html

... he/she might get a feeling that new commands available due to the extension scripts will be somehow highlighted and returned from the commands suggester. This is not truth though.

So can you please either make this clear in the docs (= easy to do), or better implement such a feature (= harder to do)?

BTW There aren't probably any tips for efficiently writing (e. g. what's the API that can be called?) and debugging the extension scripts either, but that is possibly a topic for another issue...