Hello members,
Im working with the for loop to iterate through webpage node collection.
Data i want to pull out are everytime nested in node number 2.
ChildNodes.Item(2).innerText
But my code breaks telling me Invalid argument error. My thoughts are probably because double Item property...