Replies: 1 comment 5 replies
-
It's working for me in this example: |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi Community,
Do you have any idea why I get None when I try to get the href attribute of an element in CDP mode?
with SB(uc=True, test=True) as sb:
Result:
======================== {nodriver_test.py:5:SB} starts ========================
3D Architecture
HTML: < a href="/3d-architecture-software/" class="sb color-mode-light link block font-bold no-underline">3D Architecture
URL: None
=================== {nodriver_test.py:5:SB} passed in 23.65s ===================
Note: I have put space on the element ("<a" >>>>> "< a", intentionally, output is not with space in terminal)
Beta Was this translation helpful? Give feedback.
All reactions