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
@aboyton thanks for filing the issue. We should update our docs. With WebDriver Bidi this selector doesn't work anymore as once WebdriverIO provides a start node, there is no way anymore to access its parent.
It seems with Webdriver v9 you cannot use
..
as a selector any more webdriverio/webdriverio#13652The documentation https://webdriver.io/docs/selectors/#xpath still references
..
as it appears to point toexample-recipes/selectors/example.js
Lines 78 to 79 in e8b147e
This appears to have been commented out as part of #451
#502 fixes the code to use
.parentElement
, but this might be deserving of it's own section.The text was updated successfully, but these errors were encountered: