I'm trying to filter results on a website by selecting a specific location (any one will do) from a drop down. Note: The website takes a couple seconds for the Javascript to fully load everything. Until it is fully loaded, you won't see the drop down.
So far, I have been able to find the drop down object but haven't been able to interact with it. I was hoping to use _IEFormElementOptionSelect but I can't find any forms to interact with using _IEFormElementGetCollection. Any ideas a