Questions tagged [katalon-recorder]

Katalon Recorder is a free Chrome and Firefox add-on, Selenium IDE-compatible, to record, play, debug and manage automated tests. Please, do not use this tag for questions regarding Katalon Studio or other Katalon related products.

Katalon Automation Recorder is a free web browser add-on to record, play, debug and manage automated test cases.

This add-on is compatible on Chrome and Firefox, with the ability to export test cases in , , , , or . It supports .

More information available here.

100 questions
4
votes
1 answer

Repeating actions with Selenium with a different value each time

I am new-ish to Selenium, so I use Katalon Automation Recorder through Chrome to quickly draft scripts. I have a script that makes an account on a website, but I want to make more than one account at a time (using a catchall). Is there a way for…
3
votes
0 answers

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?
3
votes
3 answers

Count items,rows,users, etc in Katalon Studio

I am having some problem with Katalon Studio. Can I somehow count items on the page by class or something? I can do it with javascript but I don't know how to do it with groovy language in Katalon studio. document.getElementsByClassName("").length…
3
votes
1 answer

Katalon - recording on incognito mode

I went through the instructions here, but still when pressing on record web (on chrome of course) I still get the regular browser and not incognito mode. Maybe there is a way to change this in the testCase script? How can I record using…
Tomer
  • 471
  • 6
  • 18
3
votes
1 answer

Cannot click on elements programmatically in WhatsApp web

Why it is not possible to click on any element on WhatsApp web (https://web.whatsapp.com) using JavaScript .click() method? The steps I am taking are mentioned below: Assuming that the QR code verification is completed, visit…
user5818995
3
votes
1 answer

Using storeValue and echo in Katalon Recorder

I have been automating a web application regression test using Katalon Automation Recorder. There is a part where I want to use a unique application ID that's generated by the system to search for the application again to verify its existence. For…
user9702099
2
votes
2 answers

Find xpath in html element using a part of href only katalon recorder, kantu, selenium ide, ui vision

I need to detect via xpath an element (image with href) but i know a part of href only This is the html
cicoria
  • 31
  • 5
2
votes
1 answer

Replay of tests with different locators

I would compare the robustness of different locator strategies proposed by Katalon (and I have added some custom locator strategies, too). The html output of Katalon Recorder includes both the custom locator and the default locators but only the…
2
votes
1 answer

Is it possible to use CMD + CLICK Element A + CLICK Element B

I cannot use the Katalon recorder to click on the Element with CMD Key. Is it possible to click on two different items while the CMD key is pressed? I tried to do that with sendKeys, controlKeyDown, keyDown Commands and then call Click Command on…
2
votes
1 answer

Katalon - not able to read SVG

I tried to capture SVG object but Katalon program is not able to do it. I was looking for on the internet how to do it but already hours passed and I still get nowhere. Can you write me the xpath for this last object ` Deale: Przypisania? Here is…
2
votes
1 answer

Number of tests run simultaneously in Katalon

How many tests can run simultaneously in Katalon Studio? Recommended min configuration requires 1GHz CPU and 2GB RAM. When I run tests on my 16GB computer, I didn't notice any issues when running 5-6 shorter tests (about 1 min long) at the same…
Mate Mrše
  • 6,305
  • 6
  • 26
  • 53
2
votes
2 answers

Katalon Recorder - Validating Basket Subtotal

I am using Katalon Recorder to automate some website tests. One is to check that basket subtotal is calculated correctly. I can replay the test all the way to the check-out stage and here I can check that the values are correct by actually looking…
Lilia
  • 63
  • 5
2
votes
1 answer

Katalon Studio popup element identification

The following issue I am facing may be due to my lack of knowledge of Selenese. This is the first time I am using Katalon Studio and I am very confused by the issue I am facing, because it seemed to be working on Katalon Recorder, but the exported…
user9702099
2
votes
1 answer

Navigating iframes and forms in selenium

hi i'm trying to make a test app in a OSSIM website I'm using selenium in python 2.7 with firefox When the website opens , i need to access an iframe , i do this like this : with this html in mind :