Search the Community
Showing results for tags 'innertext'.
-
I am trying to read 310.00 from <td>, But it returning empty #include <IE.au3> #include <Array.au3> $oIE = _IEAttach ("Shop") Local $totPri = '<td style="text-align: right;" colspan="5">Total Price </td>' , $totPri = "0" Local $oTds = _IETagNameGetCollection($oIE, "td") For $oTd In $oTds If $oTd.InnerText = $totPri Then $totPri = $oTd.NextElementSibling.innertext EndIf Next MsgBox (0, "", $totPri) HTML :
- 6 replies
-
- get text
- .nextelement
-
(and 1 more)
Tagged with: