Need help. Unable to click on object

I’ve got simple test, which runs in Сhrome, but not in IE:
Unable to click on object ‘Object Repository/div_’ (Root cause: org.openqa.selenium.NoSuchWindowException: Unable to find elements on closed window

Driver info: com.kms.katalon.selenium.driver.CInternetExplorerDriver

Capabilities {acceptInsecureCerts: false, browserName: internet explorer, browserVersion: 11, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, se:ieOptions: {browserAttachTimeout: 0, elementScrollBehavior: 0, enablePersistentHover: true, ie.browserCommandLineSwitches: , ie.ensureCleanSession: false, ie.fileUploadDialogTimeout: 3000, ie.forceCreateProcessApi: false, ignoreProtectedModeSettings: false, ignoreZoomSetting: false, initialBrowserUrl: http://localhost:21599/, nativeEvents: true, requireWindowFocus: false}, setWindowRect: true}

Session ID: c6076bb2-410c-451c-b640-565a94dea77e

*** Element info: {Using=xpath, value=//*[@class = ‘b-header-menu__menu-item-name’ and (text() = ‘Аксессуары для ванной комнаты’ or . = ‘Аксессуары для ванной комнаты’)]})

what’s wrong with it? Why I haven’t got this error in Chrome? Only in IE?

Nadya Antonova said:

I’ve got simple test, which runs in Сhrome, but not in IE:
Unable to click on object ‘Object Repository/div_’ (Root cause: org.openqa.selenium.NoSuchWindowException: Unable to find elements on closed window

Driver info: com.kms.katalon.selenium.driver.CInternetExplorerDriver

Capabilities {acceptInsecureCerts: false, browserName: internet explorer, browserVersion: 11, javascriptEnabled: true, pageLoadStrategy: normal, platform: WINDOWS, platformName: WINDOWS, se:ieOptions: {browserAttachTimeout: 0, elementScrollBehavior: 0, enablePersistentHover: true, ie.browserCommandLineSwitches: , ie.ensureCleanSession: false, ie.fileUploadDialogTimeout: 3000, ie.forceCreateProcessApi: false, ignoreProtectedModeSettings: false, ignoreZoomSetting: false, initialBrowserUrl: http://localhost:21599/, nativeEvents: true, requireWindowFocus: false}, setWindowRect: true}

Session ID: c6076bb2-410c-451c-b640-565a94dea77e

*** Element info: {Using=xpath, value=//*[@class = ‘b-header-menu__menu-item-name’ and (text() = ‘Аксессуары для ванной комнаты’ or . = ‘Аксессуары для ванной комнаты’)]})

what’s wrong with it? Why I haven’t got this error in Chrome? Only in IE?

You haven’t completed all required configurations for IE, so please do as suggested in this guide: https://docs.katalon.com/display/KD/Internet+Explorer+Configurations

Regards