**WebUI
Environments:
Katalon 5.3.0Windows 10. Chrome Version 64.0.3282.140 (Official Build) (64-bit)
Steps to reproduce:
**
- Open up katalon studio from windows 10
- Go to the script mode.
- Use “openbrowser method” to go to any site.
- now copy the command from this katalon documentation page https://docs.katalon.com/display/KD/[WebUI]+Execute+JavaScript .
- The code you would be copying is Screenshot by Lightshot
- Paste the code right after open browser method call.
- Now run katalon.
- you will get error.
- Now change the the method name from “WebUI.executeJavascript” to “WebUI.executeJavaScript” . Katalon will run fine. and execute the js code.
**Expected Result
**Copying a code from Katalon documentation should work.
