You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError: Cannot convert undefined or null to object
at Function.hasOwn (\u003Canonymous>)
at WindowRealm.serializeForBiDi (\u003Canonymous>:517:1368)
at WindowRealm.serializeForBiDi (\u003Canonymous>:549:1915)
at WindowRealm.serializeForBiDi (\u003Canonymous>:517:1750)
at WindowRealm.serializeForBiDi (\u003Canonymous>:549:1915)
at WindowRealm.cdpToBidiValue (\u003Canonymous>:517:527)
at WindowRealm.callFunction (\u003Canonymous>:517:6978)
at async WindowRealm.callFunction (\u003Canonymous>:549:3531)
at async #locateNodesByLocator (\u003Canonymous>:565:25244)
at async BrowsingContextImpl.locateNodes (\u003Canonymous>:565:19734)
It seems like Chromedriver struggles if there are duplicate shared Ids.
The text was updated successfully, but these errors were encountered:
I am getting another error for a simple lookup query:
2024-10-10T21:27:50.196ZINFO webdriver: BIDICOMMANDbrowsingContext.locateNodes{"locator":{"type":"css","value":"li"},"context":"BF44CEC775C51410E3C7088F35447BBB","startNodes":[{"sharedId":"f.BF44CEC775C51410E3C7088F35447BBB.d.61DA9EE30FB3CCA2EBEDC0274F4E18AE.e.8"},{"sharedId":"f.BF44CEC775C51410E3C7088F35447BBB.d.61DA9EE30FB3CCA2EBEDC0274F4E18AE.e.2"},{"sharedId":"f.BF44CEC775C51410E3C7088F35447BBB.d.61DA9EE30FB3CCA2EBEDC0274F4E18AE.e.6"}]}2024-10-10T21:27:50.201ZDEBUG webdriver: BIDIRESULT{"error":"unknown error","id":20,"message":"Cannot convert undefined or null to object","stacktrace":"TypeError: Cannot convert undefined or null to object\n at Function.hasOwn (\u003Canonymous>)\n at WindowRealm.serializeForBiDi (\u003Canonymous>:517:1368)\n at WindowRealm.serializeForBiDi (\u003Canonymous>:549:1915)\n at WindowRealm.serializeForBiDi (\u003Canonymous>:517:1750)\n at WindowRealm.serializeForBiDi (\u003Canonymous>:549:1915)\n at WindowRealm.cdpToBidiValue (\u003Canonymous>:517:527)\n at WindowRealm.callFunction (\u003Canonymous>:517:6978)\n at async WindowRealm.callFunction (\u003Canonymous>:549:3531)\n at async #locateNodesByLocator (\u003Canonymous>:565:25244)\n at async BrowsingContextImpl.locateNodes (\u003Canonymous>:565:19734)","type":"error"}
The following
browsingContext.locateNodes
command causes an unexpected error. The payload is:The error:
It seems like Chromedriver struggles if there are duplicate shared Ids.
The text was updated successfully, but these errors were encountered: