-
-
Notifications
You must be signed in to change notification settings - Fork 369
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
How get a text of element #11
Comments
I recently fixed a bug of the |
A temp solution can be something like this |
Both work fine for me. Can you give me more info so that I can reproduce your issue? |
Hi. Sorry for the long answer. Couldn't check it till now. It seems I was using 0.25.7 version of framework. |
I am trying to get text of element via: page.Element(selector).Text(). It returns empty string in my case.
If in browser I use document.getElementById("receipt-result").textContent I will get full text of element.
What method should I use in this case to get similar result?
The text was updated successfully, but these errors were encountered: