Since findAll( ) should return List onto which we can parse there’s an empty list I am getting,I have tried with multiple tags of an html page like section tag , div tag but its showing LIST OUT OF RANGE
There is no List being returned after using findAll( ) error: LIST OUT OF RANGE
Hello @Varun4498 , please try computing how many elements of that tag are there and then try to print them one by one in order to debug it. Or you can check one by one for some tags like by printing object[0],object[1] for any tag if it works or not. Or else you need to share your code, so that I can check it out.
I hope it is clear to you. In case it is clear to you pls mark it as resolve and provide the rating as well as feedback so that we can improve ourselves.
In case there is still some confusion pls let me know, I will surely try to help you out.
Thanks
Happy Coding !!