Got a new error message today:
org.openqa.selenium.NoSuchElementException: no such element: Unable to locate element: {"method":"css selector","selector":"td[data-title='Formats'] .view"} (Session info: chrome=126.0.6478.114) For documentation on this error, please visit: https://www.selenium.dev/documentation/webdriver/troubleshooting/errors#no-such-element-exception Build info: version: '4.21.0', revision: '79ed462ef4' System info: os.name: 'Linux', os.arch: 'amd64', os.version: '4.19.0-16-cloud-amd64', java.version: '17.0.11' Driver info: org.openqa.selenium.remote.RemoteWebDriver Command: [813836e88a742d13bfc1b09f9a37da9c, findChildElement {using=css selector, value=td[data-title='Formats'] .view, id=f.38FD2E932C2A3569020A8A926ECDEE9A.d.406BB5E3E2720CAA75DA0170CA3059D9.e.10160}] Capabilities {acceptInsecureCerts: false, browserName: chrome, browserVersion: 126.0.6478.114, chrome: {chromedriverVersion: 126.0.6478.63 (df799988fdc9..., userDataDir: /tmp/.org.chromium.Chromium...}, fedcm:accounts: true, goog:chromeOptions: {debuggerAddress: localhost:35311}, goog:loggingPrefs: {browser: ALL}, networkConnectionEnabled: false, pageLoadStrategy: normal, platformName: linux, proxy: Proxy(), se:bidiEnabled: false, se:cdp: ws://172.17.0.7:4444/sessio..., se:cdpVersion: 126.0.6478.114, se:vnc: ws://172.17.0.7:4444/sessio..., se:vncEnabled: true, se:vncLocalAddress: ws://172.17.0.7:7900, setWindowRect: true, strictFileInteractability: false, timeouts: {implicit: 0, pageLoad: 300000, script: 30000}, unhandledPromptBehavior: ignore, webauthn:extension:credBlob: true, webauthn:extension:largeBlob: true, webauthn:extension:minPinLength: true, webauthn:extension:prf: true, webauthn:virtualAuthenticators: true} Session ID: 813836e88a742d13bfc1b09f9a37da9c at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:499) at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:480) at org.openqa.selenium.remote.ErrorCodec.decode(ErrorCodec.java:167) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:138) at org.openqa.selenium.remote.codec.w3c.W3CHttpResponseCodec.decode(W3CHttpResponseCodec.java:50) at org.openqa.selenium.remote.HttpCommandExecutor.execute(HttpCommandExecutor.java:190) at org.openqa.selenium.remote.TracedCommandExecutor.execute(TracedCommandExecutor.java:51) at org.openqa.selenium.remote.RemoteWebDriver.execute(RemoteWebDriver.java:518) at org.openqa.selenium.remote.ElementLocation$ElementFinder$2.findElement(ElementLocation.java:165) at org.openqa.selenium.remote.ElementLocation.findElement(ElementLocation.java:59) at org.openqa.selenium.remote.RemoteWebDriver.findElement(RemoteWebDriver.java:355) at org.openqa.selenium.remote.RemoteWebElement.findElement(RemoteWebElement.java:211) at org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference.getFormatsElement(AbstractNotificationFilterPreference.java:80) at org.xwiki.platform.notifications.test.po.preferences.filters.AbstractNotificationFilterPreference.<init>(AbstractNotificationFilterPreference.java:65) at org.xwiki.platform.notifications.test.po.preferences.filters.SystemNotificationFilterPreference.<init>(SystemNotificationFilterPreference.java:44) at org.xwiki.platform.notifications.test.po.AbstractNotificationsSettingsPage.getSystemNotificationFilterPreferences(AbstractNotificationsSettingsPage.java:292) at org.xwiki.platform.notifications.test.ui.NotificationsIT.setup(NotificationsIT.java:113)