Hi Guys...
Have come along way with web scraping but am stuck on one certain element...Can anyone perhaps assist...
In below images the highlighted yellow Dropdown has 4 selections
I require selection 4
below is some of the code I have tried...None works...
Image1.png
Image2.png
Image3.png
![]()
Set obj = obj.document.getElementsByName("PerformancePeriodStepType") obj.selectedIndex = 3: obj.onchange
![]()
obj.document.getElementsByName("PerformancePeriodStepType")(3).click
Bookmarks