Still new to powershell, so sorry ahead of time. But I am trying to extract the data highlighted in yellow. But it seems like when the I run the following nothing is happening.
$getmeinfo = invoke-webrequest -Uri https://portal.assessor.lacounty.gov/parceldetail/5130020021
$UserHTMLDetails = $getmeinfo.ParsedHtml.getElementsByTagName('div') | Where-Object { $_.className -eq ' col-sm-4 '}