im trying to select a drop down menu on a website but im completely lost on how to do so. i googled the hell out of it but no luck on finding anything. this is what im tryin
Try this:
# will select item with label 9 $dropdown = $ie.Document.getElementById("skuAndSize") ($dropdown | where {$_.innerHTML -eq "9"}).Selected = $true