Not really...I just added 'Item' to places where it was failing and it eventually worked itself out

And through trial and error, I've learned how to pull div, input, table, and other control properties. But as I stated in another thread, I don't get how :

$objWinShell = CreateObject("Shell.Application")

Code:
$obj = $objWinShell.Windows.Item(1).Document.All.Tags("TABLE").Item(6).Rows(0).Cells(0).InnerText



comes together. How does one learn the parent/child relationship of this line of code? This line works, I just don't know how to develop it.