Though the lement is present in dropdown and xpath also correct, still no such element error

I’m trying to select data from dropdown, and data is being passed from excel. For other rows, this is working. for few values though the text is same which is passed from excel, still Katalon gives no such element error.

image

Error in console:
=============== ROOT CAUSE =====================
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate element with text: HR Services
At object: ‘Object Repository/Page_INSPIRE/select_Offering’

For trouble shooting, please visit: https://docs.katalon.com/katalon-studio/docs/troubleshooting.html

04-21-2021 11:43:57 PM Test Cases/Testdata Setup/TD Add Single FTE

Elapsed time: 16m - 24.543s

Test Cases/Testdata Setup/TD Add Single FTE FAILED.
Reason:
com.kms.katalon.core.exception.StepFailedException: Unable to select option by label 'HR Services ’ of object ‘Object Repository/Page_INSPIRE/select_Offering’
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.stepFailed(WebUIKeywordMain.groovy:64)
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:26)
at com.kms.katalon.core.webui.keyword.builtin.SelectOptionByLabelKeyword.selectOptionByLabel(SelectOptionByLabelKeyword.groovy:98)
at com.kms.katalon.core.webui.keyword.builtin.SelectOptionByLabelKeyword.execute(SelectOptionByLabelKeyword.groovy:71)
at com.kms.katalon.core.keyword.internal.KeywordExecutor.executeKeywordForPlatform(KeywordExecutor.groovy:73)
at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords.selectOptionByLabel(WebUiBuiltInKeywords.groovy:1229)
at com.kms.katalon.core.webui.keyword.WebUiBuiltInKeywords$selectOptionByLabel$11.call(Unknown Source)
at TD Add Single FTE.run(TD Add Single FTE:47)
at com.kms.katalon.core.main.ScriptEngine.run(ScriptEngine.java:194)
at com.kms.katalon.core.main.ScriptEngine.runScriptAsRawText(ScriptEngine.java:119)
at com.kms.katalon.core.main.TestCaseExecutor.runScript(TestCaseExecutor.java:398)
at com.kms.katalon.core.main.TestCaseExecutor.doExecute(TestCaseExecutor.java:389)
at com.kms.katalon.core.main.TestCaseExecutor.processExecutionPhase(TestCaseExecutor.java:368)
at com.kms.katalon.core.main.TestCaseExecutor.accessMainPhase(TestCaseExecutor.java:360)
at com.kms.katalon.core.main.TestCaseExecutor.execute(TestCaseExecutor.java:255)
at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:114)
at com.kms.katalon.core.main.TestCaseMain.runTestCase(TestCaseMain.java:105)
at com.kms.katalon.core.main.TestCaseMain$runTestCase$0.call(Unknown Source)
at TempTestCase1619028832506.run(TempTestCase1619028832506.groovy:25)
Caused by: org.openqa.selenium.NoSuchElementException: Cannot locate element with text: HR Services
For documentation on this error, please visit: Exceptions | Selenium
Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:25:53’
System info: host: ‘CDC2-L-01345W2’, ip: ‘192.168.1.5’, os.name: ‘Windows 10’, os.arch: ‘amd64’, os.version: ‘10.0’, java.version: ‘1.8.0_181’
Driver info: driver.version: unknown
at org.openqa.selenium.support.ui.Select.selectByVisibleText(Select.java:147)
at com.kms.katalon.core.webui.common.WebUiCommonHelper.selectOrDeselectOptionsByLabel(WebUiCommonHelper.java:310)
at com.kms.katalon.core.webui.keyword.builtin.SelectOptionByLabelKeyword$_selectOptionByLabel_closure1.doCall(SelectOptionByLabelKeyword.groovy:87)
at com.kms.katalon.core.webui.keyword.builtin.SelectOptionByLabelKeyword$_selectOptionByLabel_closure1.call(SelectOptionByLabelKeyword.groovy)
at com.kms.katalon.core.webui.keyword.internal.WebUIKeywordMain.runKeyword(WebUIKeywordMain.groovy:20)
… 17 more

There may be white space, tab character or even carriage return (char13) character that you cannot see after the phrase. If you can copy and paste the text into some application, such as Notepad++, and review if there are any non-viewable characters in the phrase.