We had to implement a loop to select the item we wanted on the drop down list.
This is the code that ended up working (for 'Website2' mentioned above - the one with no IDs listed).
Set IE = CreateObject("InternetExplorer.Application")
set WshShell = CreateObject("WScript.Shell")...
Hi Guitarzan,
Wow, thanks very much! That solved the riddle. I'm able to get the check boxes checked without having an ID! Really appreciate the tip.
We're still struggling with one other part of the script. It relates to a drop down list, which is a bit different from the checkbox...
Hello,
We have successfully used the script listed below to check/select various items on a webpage (Website1), and then search. This is repeated every 15 minutes. Everything works great.
However, on a different, older version of the website (Website2), which we also need to manipulate, this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.