Getting error upon running test case

Hi I am siddu

im using record and playback method for my project when I am running the testcase I am error like

Unable to click on object ‘Object Repository/Test1_OR/Page_Opend/a_Start New Campaign’ (Root cause: org.openqa.selenium.ElementNotVisibleException: element not visible

(Session info: chrome=69.0.3497.100)

(Driver info: chromedriver=2.35.528161 (5b82f2d2aae0ca24b877009200ced9065a772e73),platform=Windows NT 6.3.9600 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: ‘WINCTRL-IOF7MAS’, ip: ‘172.20.10.8’, os.name: ‘Windows 8.1’, os.arch: ‘amd64’, os.version: ‘6.3’, java.version: ‘1.8.0_181’

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

Capabilities {acceptInsecureCerts: false, acceptSslCerts: false, applicationCacheEnabled: false, browserConnectionEnabled: false, browserName: chrome, chrome: {chromedriverVersion: 2.35.528161 (5b82f2d2aae0ca…, userDataDir: C:\Users\user\AppData\Local…}, cssSelectorsEnabled: true, databaseEnabled: false, handlesAlerts: true, hasTouchScreen: false, javascriptEnabled: true, locationContextEnabled: true, mobileEmulationEnabled: false, nativeEvents: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: XP, platformName: XP, rotatable: false, setWindowRect: true, takesHeapSnapshot: true, takesScreenshot: true, unexpectedAlertBehaviour: , unhandledPromptBehavior: , version: 69.0.3497.100, webStorageEnabled: true}

Session ID: 1b00041ae8f450081b856238443273a0)

please suggest me what should I need to

This is an object issue. Either change the xpath or css path. It’s telling you it can’t click on it because it’s not visible. meaning it’s either not on the page because it’s not there or you have it identified wrong. If you are using chrome you could try to manually capture the object and update it that way.