getElementsByClassName not working with evaluate #526
shubhamchugh
started this conversation in
Bugs
Replies: 1 comment
-
Feel free to submit a PR to fix this. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
->evaluate('document.getElementsByClassName(".section-review-title").textContent');
->evaluate('document.querySelectorAll(".section-review-title")');
these type of selectors are not working showing output:
undefined
Beta Was this translation helpful? Give feedback.
All reactions