Scarping a HTML Table in a Frame with Qt
Unsolved
Game Development
-
Hi All
I am trying to scrape a value from a table set inside a frame on a webpage:
<td colspan="3" style="width:auto;font-size:18px" class="out_left bg_white tb-txt-sm" id="out_infrate">0.00 ml/h</td>
The I want the text value. I have tried getElementsbyClassName on the above class and getElementByID on the ID with no luck...
Any ideas?
James