Version 6.3.0 (Beta)

@gabrielpflores

That doesn’t seem intentional to me, are you positive that this behavior starts appearing in 6.3.0 ?

Tbh I’m not 100% that this started to happen on 6.3.0. I upgraded to it a couple of days ago, most precisely to 6.3.2. Prior to that I believe I was using 6.2.2 and I do not recall seeing this behavior, my tests were behaving fine.

Anyway, the documentation says that the input coordinates should be relative to object’s top-left corner. But if the input coordinates are (0,0) the click is going to happen exactly in the middle of the object (tested on a canvas element), instead of happening at the top-left corner of the object.

I noticed a test wasn’t clicking on a timeline with offset correctly around mid-June of this year, I’m not sure what version I was using at the time or when it initially started to happen. To fix the issue, I had to subtract the width of the element divided by 2 to the offsetX parameter and it seems more stable so far. I recently noticed in the console logs when I use clickOffset() that this message is displayed:

“Aug 26, 2019 2:32:24 PM org.openqa.selenium.interactions.Actions moveToElement
INFO: When using the W3C Action commands, offsets are from the center of element”

But the Katalon docs and keyword explorer both claim that it is from the top-left corner of the element

-Thanks

Yes same issue happening with me. I was not sure that it was happening due to Katalon version upgrade to 6.3.0 or Chrome version upgrade to 76 because I upgraded both at the same time. But now It is clear from discussion that it is due to Katalon version upgrade to 6.3.0. For me the workaround is clicking directly on element using JavaScript. But ClickOffset was working perfectly in 6.2.2

Does anyone know if the latest Katalon version fixes this bug: Katalon Studio freezes and non-responsive ?
Version 6.2.2 still has this bug.

@Lukas_Boekenoogen why don’t you simple try it? keep a previous known-to-work version for safety

Hi there!

Katalon Studio version 7.0.0 is enhanced to reduce memory consumption by adding some JVM options.

Please first check out the release note and click here to download if you want to try out version 7.0.0 (beta).

Cheers

Jass

Hi,

From release 6.3.0 a have noticed huge difference in performance of Test Suites. Test cases that normally run for about 2m 30s are now runnig for more that 3m. This problem is more noticable in my test suite collection where normall speed 3h was replaced with more than 5h duration. I have tried every other version and the problem seems to be getting even worse. For example its 7m in Katalon 7.0.0 for my test case. It seems that longer the Test Suite Collection is the slower the execution will become.

My computer is meeting minimum requirements and all my project data are stored locally.

I have tried to set up my proxy confguration to be off and to be set by system but nothing helped.

Is there any way to fix this issue ?
Thank you for your answer,