IE click not work anymore

Hi, i have this problem with ie 11

this is my simple Test Case

import static com.kms.katalon.core.checkpoint.CheckpointFactory.findCheckpoint import static com.kms.katalon.core.testcase.TestCaseFactory.findTestCase import static com.kms.katalon.core.testdata.TestDataFactory.findTestData import static com.kms.katalon.core.testobject.ObjectRepository.findTestObject import com.kms.katalon.core.checkpoint.Checkpoint as Checkpoint import com.kms.katalon.core.cucumber.keyword.CucumberBuiltinKeywords as CucumberKW import com.kms.katalon.core.mobile.keyword.MobileBuiltInKeywords as Mobile import com.kms.katalon.core.model.FailureHandling as FailureHandling import com.kms.katalon.core.testcase.TestCase as TestCase import com.kms.katalon.core.testdata.TestData as TestData import com.kms.katalon.core.testobject.TestObject as TestObject import com.kms.katalon.core.webservice.keyword.WSBuiltInKeywords as WS import com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords as WebUI import internal.GlobalVariable as GlobalVariable

`
WebUI.click(findTestObject(‘Object Repository/upload/kt_btn_upload’))

WebUI.click(findTestObject(‘Object Repository/Page_File System Browser/span_Upload Here’))
`

The cas worked but now not anymore, in some element i have used “ENTER” instead of click event, but this is not a correct solution.

i have verify each configuration in https://docs.katalon.com/display/KD/Internet+Explorer+Configurations and the are correct.

The test case is PASSED,but nothing is really done on the browser. The click must be show a window and work fine in chrome e FF ma in IE11 PASS but not action look in video

this is the DOM

<a tabindex="0" class="x-btn btnaction kt_btn_action x-unselectable x-box-item x-btn-default-small x-icon-text-left x-btn-icon-text-left x-btn-default-small-icon-text-left kt_btn_upload btnaction-show" id="uploadbtn-1112" role="button" style="margin: 0px; left: 0px; top: 0px; width: 120px; right: auto;" hidefocus="on" unselectable="on"><span class="x-btn-wrap" id="uploadbtn-1112-btnWrap" unselectable="on"><span class="x-btn-button" id="uploadbtn-1112-btnEl"><span class="x-btn-inner x-btn-inner-center" id="uploadbtn-1112-btnInnerEl" unselectable="on">Upload Here</span><span class="x-btn-icon-el upload16 " id="uploadbtn-1112-btnIconEl" role="img" unselectable="on">&nbsp;</span></span></span></a>

IEDriverServer.log

1 Like

I am also facing the same problem, is there is a solution or work-a-round for the same?

Till today we are facing the same issue, is any solution to make click work in IE 11?