I can traverse generic tags easily with BS, but I don’t know how to find specific tags. For example, how can I find all occurances of <div style="width=300px;">? Is this possible with BS?
I can traverse generic tags easily with BS, but I don’t know how to
Share
The following should work
There are couple of ways to search for tags.
For more text to understand and use it