-
-
Notifications
You must be signed in to change notification settings - Fork 69
[QUESTION] #242
Copy link
Copy link
Open
Labels
questionFurther information is requestedFurther information is requested
Metadata
Metadata
Assignees
Labels
questionFurther information is requestedFurther information is requested
Hi, I'm trying to pull data from a table element, but I'm unable to retrieve the child elements.
table { findAll { print(html) // <table cellpadding="0" cellspacing="0" border="0" class="" id="caffeinedb"></table> } } } table { findAll { tbody { forEach { print(it) // <table cellpadding="0" cellspacing="0" border="0" class="" id="caffeinedb"></table> } } } } }