pjagaraj Posted August 18, 2005 Posted August 18, 2005 Hello, I am fairly new to Autoit (but more familiar with PowerPro). I would like to do the following: We have a web based application (and we use Internet Explorer). It displays a combo box using jsp. I would like to locate a string in the list of items displayed in the combo box. Is there a way to do it? Thanks Peter
LxP Posted August 19, 2005 Posted August 19, 2005 Hi Peter, nice to see a familiar face! You may be interested in Dale's IE automation library which may offer some sort of facility to do what you want. If that fails, there is the ability to download the page using InetGet() and then parse that for the combo box values.Just for future reference, this forum is only for sharing scripts -- best post questions like this to the Support forum next time.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now