-
Notifications
You must be signed in to change notification settings - Fork 1
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
View selenider_elements gives unhelpful warning #24
Comments
This might take a little while to explain. First of all, a This means we can't store collections as a list, since (among other reasons), we don't actually know how many elements there are. At one moment, there could be five elements that match your selection, but at another moment a sixth could be added to the page. For this reason, we have a special Finally, the warning from Hopefully this makes sense? Let me know if you don't understand anything. Also, about |
Thank you for your quick response and explanation of why selenider_elements is a dynamically-lengthed class, which now makes sense and I will accommodate for in my calling code. I have retitled this issue to focus on the small part you want to change, and I will reflect on any suggestions for clarifying the nature of the class in your package docs |
I've added one mention, but before I PR |
In RStudio, when I try to view a
selenider_element
it behaves as expected. When I try to view a collection ofselenider_elements
from ss it does not.By contrast, another object collection: xml2's
xml_nodeset
is exposed in the viewer as I would expectI'm only just learning about how S3 objects are created and as far as object collections in R, still coming to grips with use so no point me diving into the package code myself. Any ideas?
The text was updated successfully, but these errors were encountered: