Integrate with sikuli, autoit or everithing

in katalon studio is there the possibility of integrating with Autoit, Sikuli or another form of GUI application automation?

Thank you

1 Like

I have the same question. I can’t upload files when I use Upload File (WebUI). So I create an .exe file to uploa files with AutoIT. However, I don’t know how to integrate the .exe file into Kibana.
Don’t know whey “Upload File” (WebUI) is not working. My test steps are:
1. click on upload button and see a popup window with the folder of my local computer
2. in the popup window, choose the file saved on my local computer
3. click “open” button on the popup
4. the file is not uploaded

Expected result: the file should be uploaded successfully

Wei Luo said:

I have the same question. I can’t upload files when I use Upload File (WebUI). So I create an .exe file to uploa files with AutoIT. However, I don’t know how to integrate the .exe file into Kibana.
Don’t know whey “Upload File” (WebUI) is not working. My test steps are:
1. click on upload button and see a popup window with the folder of my local computer
2. in the popup window, choose the file saved on my local computer
3. click “open” button on the popup
4. the file is not uploaded

Expected result: the file should be uploaded successfully

Did you use the built-in keyword (https://docs.katalon.com/display/KD/[WebUI]+Upload+File)?

pipecdls said:

in katalon studio is there the possibility of integrating with Autoit, Sikuli or another form of GUI application automation?

Thank you

Script mode of Katalon support Groovy (and Java) so we could call any AutoIt or Sikuli libraries there. Pls have a look at this instruction https://docs.katalon.com/display/KD/External+Libraries.

There are no straight forward ways to expose the keywords in library