Katalon V 7.8.0 not running scripts that worked on V 7.5.5

I created all my scripts in V 7.5.5 and all executed perfectly. I updated to V 7.8.0 yesterday and not they all fail when selecting the Practice Name in a drop down.

Code:
WebUI.openBrowser(’’)

WebUI.navigateToUrl(‘https://pcptest.dxs-systems.com/ExpertCare_V2/ECStandAlone.html’)

WebUI.setText(findTestObject(‘ExpertCare/Login Process/Password Field’), ‘a’)

WebUI.click(findTestObject(‘ExpertCare/Login Process/Log in Button’))

WebUI.selectOptionByLabel(findTestObject(‘ExpertCare/Login Process/Practice Field’), ‘P1Name’, true)

WebUI.click(findTestObject(‘ExpertCare/Login Process/Stand Alone Button’))

Error:
“no option matched”

Not sure how it can say no option matched as I can see the element. Running in V 7.5.5 works perfectly

Any advice is greatly appreciated

Hi @Kayleen

Can you please use 7.8.1 and see if this problem is resolved ? In 7.8 there was a known issue that Smart Wait was not installed, which may have made your test failed. In 7.8.1 this problem is fixed, so I recommend you trying that out and see if it works.

https://www.katalon.com/download/

1 Like

Thank you @ThanhTo , I will quickly update to 7.8.1 and will let you know

@ThanhTo I can confirm that scripts are running as expected on V 7.8.1. THANK YOU

2 Likes