Add get_parent()
to various APIs (eg: The CDP API)
#3507
Labels
get_parent()
to various APIs (eg: The CDP API)
#3507
Add
get_parent()
to various APIs (eg: The CDP API)For the CDP API, calling
element.parent
does not add in the SB CDP methods to the parent method received. So instead, I'll create aCDP_Element.get_parent()
method to retrieve the parent element and add in the CDP API methods into there. The SB CDP API will also get it viasb.cdp.get_parent(element)
.Also, I'll add
get_parent()
to thedriver
API and to theSB
API. (Note thatget_parent()
won't be added to theWebElement
API, which is separate, and exists within Selenium, rather than within SeleniumBase.)The text was updated successfully, but these errors were encountered: