Answer the question
In order to leave comments, you need to log in
How to get tr tag arguments when parsing with lxml Python?
My code parses the page, finds the required table on it, and gets a list of tr tags.
Such
for element in list_:
print(element)
the code returns a list of<Element tr at 0x341ad20>
<Element tr at 0x3cd7450>
<Element tr at 0x3cd74b0>
<Element tr at 0x3cd74e0>
<tr id="xxx">...</tr>
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question