Questions tagged [katalon]
79 questions
3
votes
1 answer
Import HTML file to Katalon Recorder ( browser extension )
I’m using Katalon Recorder ( browser extension ) and I have a file with test cases steps in .html, I can’t find a way to import these test cases to my test case
any suggestion on how I case import an HTML file?

Shafiq Sarwar
- 41
- 4
3
votes
1 answer
Katalon Localhost Agent - Start on Windows Startup without Logging In
I have a Windows 10 Pro VM, that I want to run a Localhost Katalon Agent on.
I have it running successfully, but I would like for it to start when the computer starts.
Right now, I have it running by putting a Shortcut in the Startup folder. But…

Brandon Dudek
- 849
- 1
- 8
- 18
2
votes
1 answer
How can I get the number of steps failed on a test case on Katalon?
I want to know how many steps failed on specific test cases and save it to a database. I already have a database.
My question now is how to save the number of test cases that failed in a test suite?

André Campos
- 21
- 4
1
vote
0 answers
Can't store a list of elements in Katalon to create assertions
I'm studying Katalon for my Job and I'm having some problems !
Here is what I’m trying to do :
1 - Catch all the elements that matches the following xpath :
“//div[@class=‘price’]/div[@class=‘pricenew’] | //div[@class=‘price’]/div[@class=‘priceold’]…

Joao Victor
- 13
- 2
1
vote
1 answer
can't install katalon on ubuntu 22.04
I'm trying to install katalon studio on ubunut. But it keeps giving me the following error:
sudo apt-get install openjdk-8-jre
sudo update-alternatives --config java //then choose the openjdk-8-jre option
I followed the following steps, but with no…

Sobri Syam
- 81
- 1
- 4
1
vote
2 answers
Error when trying to clone a project from Git in Katalon Studio
In Katalon , I am trying to clone a project from Gitlab. I am getting the below error. I am relatively new to using Katalon. Please help. I have added the necessary SSH keys to Git and Katalon.
Steps followed:
In Katalon Studio, click on Clone…

Swarna
- 11
- 3
1
vote
1 answer
How to get text from a dynamic label id HTML field using its relative xpath in Katalon?
Error received while using the xpath of the dynamic elementI want to fetch the details of login failure from a website to the katalon console.
Now, the problem i am facing while doing this is that, katalon cannot find the element by the id of the…

Souvik_07
- 11
- 4
1
vote
1 answer
How to use Katalon to insert record into sql database
Hi anyone can guide me on how can I insert record into database by using Katalon. I am able to login database in Katalon using custom keyword.

user19610349
- 9
- 1
1
vote
0 answers
Selenium web element findby click is null
I've had a problem with the Selenium web driver trying to find a button on the page and click it. The page buffers every time so I implemented a wait time and it's still not working. Is there another command I should use or is this an easy…

Michael Brogan
- 11
- 1
1
vote
1 answer
How do I close windows file upload window in java/katalon/selenium?
I am trying to test uploading a file to a site in chrome but when the upload file button is pressed it automatically opens the windows file prompt. I need to be able to close the upload file prompt in the case when a file is not uploaded. Is there a…

Ayy3
- 11
- 2
1
vote
1 answer
Cannot run katalon.exe
When I click on katalon.exe, it runs into the problem: "An error has occurred. See the log file C:...\configuration\1632037666424.log"
And when I click the log file, it appears as below:
katalon.versionNumber=8.1.0
katalon.buildNumber=208
!SESSION…
user14470590
1
vote
1 answer
Chrome Driver default resolution
My front-end developers, changed the layout of the application which I'm testing, therefore some buttons are in slightly different places. I have about 50 automated tests that I will have to improve if the idea I came up with proves to be…

matsi
- 27
- 5
1
vote
1 answer
Katalon - Azure DevOps Pipeline
I'm using Katalon for Azure DevOps Pipeline.
The yaml is
- task: katalonTask@1
testSuitePath="Test Suites/TEST" -executionProfile="default" -apiKey="509XXX-92fb-XXX-af2f-XXXXXXXXXX"'
when I run the pipeline I have a log that…
user9142877
1
vote
0 answers
Katalon recorder try multiple selectors
Inside one of the steps I have multiple tags like
I noticed that depending on the browser OS the second version works…

Robert Sinclair
- 4,550
- 2
- 44
- 46
1
vote
1 answer
Selenium Getting Row from Grid
I'm new to Selenium/Katalon and I'm having trouble with my script. I'm getting an "unable to locate element" for my table element that I have specified.
I'm not sure if I'm referencing the wrong xpath/id, any help would be great.
Script:
WebDriver…

Miracccle
- 11
- 2