Valnurat Posted July 23, 2014 Posted July 23, 2014 I'm trying to select from a javascript combobox, but I can't put focus on it. I tried this: Local $oFormNextInterface = _IEFormGetObjByName($oIE, "modalCreateForm") Local $oSelect = _IEFormElementGetObjByName($oFormNextInterface, "modalCreateForm:presentationLocale") _IEAction($oSelect, "focus") _IEFormElementOptionSelect($oSelect, "engb", 1, "byText") I'm not sure I got the right object, but here is the source. I have attach 2 pictures. One is showing what I want to find. And the other one is showing the source. What is highlighted in the source is also what I have selected on the other picture. Yours sincerely Kenneth.
Danp2 Posted July 23, 2014 Posted July 23, 2014 Looks like the same issue you previously attempted >here. Like requested in the earlier thread, you need to post the actual html source (not a screen shot). Latest Webdriver UDF Release Webdriver Wiki FAQs
Valnurat Posted July 23, 2014 Author Posted July 23, 2014 LOL. Thank you for finding this. I couldn't find it. I will update the previous thread. Yours sincerely Kenneth.
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