I am trying to execute my CITS script where values are to be entered in the text fields.but after running the scripts no values are set in the text box and i am getting the below error message:
org.openqa.selenium.WebDriverException: unknown error: call function result missing 'value' (Session info: chrome=75.0.3770.90) (Driver info: chromedriver=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8),platform=Windows NT 10.0.17763 x86_64) (WARNING: The server did not provide any stacktrace information)Command duration or timeout: 0 millisecondsBuild info: version: '3.5.3', revision: 'a88d25fe6b', time: '2017-08-29T12:42:44.417Z'System info: host: 'LTUS76589', ip: '10.139.117.106', os.name: 'Windows 10', os.arch: 'amd64', os.version: '10.0', java.version: '1.8.0_241'Driver info: org.openqa.selenium.chrome.ChromeDriverCapabilities [{mobileEmulationEnabled=false, hasTouchScreen=false, platform=XP, acceptSslCerts=true, webStorageEnabled=true, browserName=chrome, takesScreenshot=true, javascriptEnabled=true, platformName=XP, setWindowRect=true, unexpectedAlertBehaviour=, applicationCacheEnabled=false, rotatable=false, networkConnectionEnabled=false, chrome={chromedriverVersion=2.31.488763 (092de99f48a300323ecf8c2a4e2e7cab51de5ba8), userDataDir=C:\Users\313185\AppData\Local\Temp\scoped_dir13916_32493}, takesHeapSnapshot=true, pageLoadStrategy=normal, unhandledPromptBehavior=, databaseEnabled=false, handlesAlerts=true, version=75.0.3770.90, browserConnectionEnabled=false, nativeEvents=true, locationContextEnabled=true, cssSelectorsEnabled=true}]Session ID: b294a6454337eba4b558019554cd18d5
I have following version:
Chrome version:75.0.3770.90
CITS version:1.1
Chrome driver: 2.31.488763
Can someone please help me out in this?