Unable to run testCase on Internet Explorer 11

Hello Katalon Community,

I just finished installing Katalon 5.5.0 to use Internet Explorer runner.

After recording Katalon test Case (with IE, , impossible to run it on Internet Explorer 11. The window ef IE opens with good URL, but test Case ends without run steps.

In example, with Katalon Demo, the result of the run shows the following error :
"

Test Cases/demo katalon FAILED because (of) Unable to click on object ‘Object Repository/Page_CURA Healthcare Service/a_Make Appointment’ (Root cause: org.openqa.selenium.NoSuchWindowException: Unable to find elements on closed window

Build info: version: ‘3.7.1’, revision: ‘8a0099a’, time: ‘2017-11-06T21:07:36.161Z’

System info: host: ‘XXXXX’, ip: ‘XXX.XXX.XXX.XXX’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_102’
"

If you know where this problem comes from, I am interested in any solution to solve it.

Thanks in advance

Looks like there is something wrong with your IE configurations, have you followed all required configurations from this page: https://docs.katalon.com/display/KD/Internet+Explorer+Configurations

Make sure to follow it

If changing your IE settings as previously mentioned does not work, I have found trying a different version of the webdriver has resolved issues that I have encountered while testing mobile or desktop scripts:

1. Open your Katalon Studio installation folder and then open the following folders in this order:
\configuration
\resources
\drivers
\iedriver_win64

The directory path will look something like this: Katalon Windows 5.5\configuration\resources\drivers\iedriver_win64

2. Rename that “IEDriverServer” file to “IEDriverServer.BAK” to avoid overwriting the original file that is in this folder (in case the new drivers do not work or are worse).

3. Navigate to http://selenium-release.storage.googleapis.com/index.html in a web browser and then try downloading the latest version of the IEDriver (currently IEDriverServer_x64_3.9.0.zip). Unzip the file and paste it into the folder with the “IEDriverServer.BAK” file that you renamed.

4. Try to run your Katalon Studio script again.

If this does not work, try other versions of the Driver to see if any of these resolve the issue. Hope this helps you. Cheers.

ChromeDriver downloads:
https://chromedriver.storage.googleapis.com/index.html
Katalon Studio directory: \Katalon Windows 5.5\configuration\resources\drivers\chromedriver_win32

EdgeDriver downlaods:
https://developer.microsoft.com/en-us/microsoft-edge/tools/webdriver/
Katalon Studio directory: \Katalon Windows 5.5\configuration\resources\drivers\edgedriver

FireFox (GeckoDriver) downloads:


Katalon Studio directory: \Katalon Windows 5.5\configuration\resources\drivers\firefox_win64

IEDriver downloads:
http://selenium-release.storage.googleapis.com/index.html
Katalon Studio directory: Katalon Windows 5.5\configuration\resources\drivers\iedriver_win64

Vinh Nguyen said:

Looks like there is something wrong with your IE configurations, have you followed all required configurations from this page: https://docs.katalon.com/display/KD/Internet+Explorer+Configurations

Make sure to follow it

I previously made these configurations for IE11. At the run mode, browser opens with the good URL, but unable to set text for the first input : The run ends.

For the changes made to the registry. If I have a Win64 machine, do I create a QWORD rather than a DWORD?

Same problem here!
The test starts, but there is no way to set text on the first input.

Any idea?

I am facing the same issue where my IE browser opens, but the blank page is displayed. As a result, the test fails with WebElementNotFoundException since it’s not able to find the element on the page. I have tried the versions:11.476.18362 and 11.1069.17134 with different IE drivers and followed all the steps on: https://docs.katalon.com/katalon-studio/docs/internet-explorer-configurations.html. Please advise.

i closed this as is inactive