... I would like to open a drop down list which seems to require a mouse click ...
Do any of you know how to make a list open in IE (Google) ... that seems to require a click?
Or do you know a work-around to get a list to open (drop down) in IE (Google)?
Utmost thanks in advance,
Philip
Code:
oWSH = CREATEOBJECT("wscript.shell")
oWSH.AppActivate("Google Chrome") && assumes Google Chrome is running
oWSH.SendKeys('{TAB}') && tab to a dropdown list ... but to drop it down seems to require a mouse click
Do any of you know how to make a list open in IE (Google) ... that seems to require a click?
Or do you know a work-around to get a list to open (drop down) in IE (Google)?
Utmost thanks in advance,
Philip