In KS v8.2, SendKeys is NOT working in IE browser

@kazurayam, @ThanhTo,

Team, while I’m trying to automate the Login flow for the site https://opensource-demo.orangehrmlive.com/, SendKeys is NOT working in IE browser, whereas the same is working in Chrome browser.
Why IE: our official websites will work only in IE browser.

Please note, I have updated the IE drivers.

Facing the below error:
Caused by: com.kms.katalon.core.webui.exception.WebElementNotFoundException: Web element with id: ‘Object Repository/username’ located by ‘By.cssSelector: input[id=‘txtUsername’]’ not found

Details:
KS version - v8.2

Edition Windows 10 Enterprise
Version 21H1
Installed on ‎2/‎10/‎2021
OS build 19043.1348
Experience Windows Feature Experience Pack 120.2212.3920.0

IE browser verison - 11.0

image

i dont know ie at all.

Update you KS with latest version of IE Driver in the below location:

<Katalon_Studio_Windows_64-8.2>\configuration\resources\drivers\iedriver_win64
with
https://github.com/SeleniumHQ/selenium/releases/download/selenium-4.0.0/IEDriverServer_Win32_4.0.0.zip

@discover.selenium
Thanks a lot. It is working fine with IE driver v4.0. :slightly_smiling_face: