My PS includes the following to get some data on the webpage. It stopped working but the webpage support IE7 and above. Is there a way to fix it ? Thanks.
$ie = New-Object -ComObject internetexplorer.application
$ie.Navigate('https://web.tmxmoney.com/earnings_cal.php')
$ie.Visible = $true