Hi There I am getting “no such element: Unable to locate element error”, it’s been running successfully all of sudden I am seeing this issue nothing has changed from UI side same elements. Only change I noticed is Chrome browser updated automatically and I updated chromedriver also. I tried with different elements same issue even I tried to run other test suites same issue, even though element is present getting an error “no such element: Unable to locate element error”
Code ‘ {Using=xpath, value=//div[@role=’button’]}’ I tried this also ‘@FindBy(xpath = “//div[@class=’team-name’]”)’ still same error.
System Info: Build info: version: ‘3.141.59’, revision: ‘e82be7d358’, time: ‘2018-11-14T08:17:03’
System info: host: ‘xxxxxxxx’, ip: ‘xxxxxxx:3f50:0:0:0:1dc8%en0’, os.name: ‘Mac OS X’, os.arch: ‘x86_64’, os.version: ‘11.3’, java.version: ‘11.0.11’
Driver info: org.openqa.selenium.chrome.ChromeDriver
Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 127.0.6533.120, chrome: {chromedriverVersion: 127.0.6533.119 (bdef6783a05…, userDataDir: /var/folders/2r/npm5q39d6gj…}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:65147}, javascriptEnabled: true, networkConnectionEnabled: false, pageLoadStrategy: normal, platform: MAC, platformName: MAC, proxy: Proxy(), setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: dismiss and notify, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true}