-
Notifications
You must be signed in to change notification settings - Fork 1.2k
[NODRIVER] Extract attributes. #2165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I think you made a mistake somwhere. you could try .attrs
|
Oh I already see what your issue is. You need to use await if you query select on a element. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi guys. I'm trying using NODRIVER to extract attributes from tags and text. But there's an error.
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
Error data extract: 'coroutine' object has no attribute 'attributes'
The documentation mentions Element.attributes. but...
maybe I need to rewrite the code differently?!!
I'd be grateful for any hint!!!
The text was updated successfully, but these errors were encountered: