Skip to content
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

[QUESTION] #242

Open
ismai117 opened this issue Jun 4, 2024 · 0 comments
Open

[QUESTION] #242

ismai117 opened this issue Jun 4, 2024 · 0 comments
Assignees
Labels
question Further information is requested

Comments

@ismai117
Copy link

ismai117 commented Jun 4, 2024

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

@ismai117 ismai117 added the question Further information is requested label Jun 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants