This plug-in makes it easier for automation test developers to interact with RichText editor in VueJS and execute tasks such as getting content, inserting text, or changing the format of a RichText editor
Follow the steps below to install and begin using the plug-in.
Download sample of using project: https://github.com/nhannguyenth/katalon-vuejs-richtexteditor-keyword/tree/master/VueJsRichTextEditorSample
Installing The Plug-in
Create/Open Katalon project (Katalon Studio version v6.0.5 or later)
Select Project > Settings > External Libraries
Add VueJSRichTextEditorKeywords.jar, then click OK.
On the test case file, import com.kms.katalon.webui.keyword.vuejs.RichTextEditorKeywords. You can now use the plug-in.
**To import sample test cases: **
Hover on import com.kms.katalon.webui.keyword.vuejs.RichTextEditorKeywords, right click, then select Open Declaration.
Select Attach Source on Class File Editor page.
Add VueJSRichTextEditorKeywordssources.jar to External location to attach the Javadoc.
Import the JavaDoc of sample test cases.
Visit Katalon Forum for Plugin related discussions.