Not able to click on a submit

I am new using this program and I am getting an error trying to login, I try with different things but nothing works. Any tips or advice?

Test Cases/test FAILED because (of) Unable to click on object ‘Object Repository/Page_TN ActiveCare (1)/input_submit’ (Root cause: org.openqa.selenium.WebDriverException: unknown error: Element is not clickable at point (599, 546). Other element would receive the click:

(Session info: chrome=66.0.3359.181)

(Driver info: chromedriver=2.35.528157 (4429ca2590d6988c0745c24c8858745aaaec01ef),platform=Mac OS X 10.13.4 x86_64) (WARNING: The server did not provide any stacktrace information)

Command duration or timeout: 0 milliseconds

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

System info: host: ‘MacBook-Air-de-Daniela.local’, ip: ‘fdd4:40f0:ee64:7a00:f91a:d4de:5e03:a3d3’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘10.13.4’, java.version: ‘1.8.0_102’

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

Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.35.528157 (4429ca2590d698…, userDataDir: /var/folders/gw/h69wq91s5_n…}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: MAC, platformName: MAC, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 66.0.3359.181, webStorageEnabled: true}

Session ID: 856074bf10e6f0e5e71f9197d3918a47)

Test Cases/test.run:31

Thanks in advance

Try to send the key Enter to the object.

after 5- click on submit?
I use 6- send keys - (input)Keys.ENTER
is this correct?

Just try with the key, dont use the click.

1 Like