While running the tests it takes too long to run the scripts as normal in firefox browser
Hi
You found the root cause of this issue ?
any solution or workaround to solve this ?
Thanks
A post was split to a new topic: Testing in Firefox is slow compared to Chrome
I m also a katalon Enterprise user and i also have same exact issue for couple of month.
my script take 3 min to run on chrome, edge but in firefox it just take forever to run it’s not failig the test case but it just waiting for over 20 min and i have to force stop…
Maybe you can share your script so we can see what functions you are using.
Anywhere when i use Keyboard Event, scrollToElement , it slow down…
WebUI.sendKeys(findTestObject(‘EffectiveDate’), Keys.chord(‘value’)) WebUI.sendKeys(findTestObject(‘txt_EffectiveDate’), Keys.chord(Keys.ENTER))
WebUI.scrollToElement(findTestObject(" path"), 4)
After that step all the other code slow down …
Is Smart Wait enabled? Did you try disabling it?
Post your console log from the time you start seeing the slow down.