undetected-chromedriver icon indicating copy to clipboard operation
undetected-chromedriver copied to clipboard

[NODRIVER] Search element by element

Open FRIKIdelTO opened this issue 5 months ago • 2 comments

With nodriver how can I search for an element inside another element like in selenium? elements don't have find() or select() methods Example in selenium: element = driver.find("span") element2 = element.find("div[role='whatever']")

I can't do this in nodriver and I can't access element2 directly. I need to do it like this.

FRIKIdelTO avatar Aug 31 '24 10:08 FRIKIdelTO