Skip to content

[QUESTION]  #242

@ismai117

Description

@ismai117

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>
                 }
            }
       }                  
  }
}

Screenshot 2024-06-04 at 02 12 31

Metadata

Metadata

Assignees

Labels

questionFurther information is requested

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions