When upgrading from katalon version 8 to version 10, test execution stops on a point, giving an error

When upgrading from katalon version 8 to version 10, test execution stops on a point, giving an error as below.

Error during waiting interactable: hasPresentationConflictResolution is not defined

2 Likes

Common cause of the error is Katalon 10 uses Selenium 4, which changed how element interactability is handled. Older scripts or object definitions may reference outdated properties or methods that no longer exist.

Open your test case and locate the failing step. Use Web Spy or Web Recorder in Katalon 10 to re-capture the web element. This makes sure the test object uses updated selectors and metadata compatible with Selenium 4.

I encountered the same issue in my project where as I also updated katalon studio from 8.6 to 10.

1 Like

It seems version 10 introduces some compatibility issues that weren’t present in version 8. The error message about hasPresentationConflictResolution usually points to framework-level changes, possibly in the way objects are being handled during runtime. Checking the release notes for breaking changes could be helpful.

2 Likes

v8->v10 has lots of changes. follow the release notes , make the necessary code changes

1 Like

I am afraid, these notes don’t mention hasPresentationConflictResolution at all.

3 Likes

@janaka.mahesh

Do you have any idea what the hasPresentationConflictResolution is?

Have you written any custom code in Katalon Studio, possibly in JavaScript, that requires a function named hasPresentationConflictResolution?

2 Likes

NO Nothing like that being used

The last resort is to ask for help from AI

1 Like

your issue resolved or still facing the problem?

1 Like