jwes Posted June 7, 2016 Posted June 7, 2016 I want to input data into the search fields on the website http://www.americanancestors.org/search/advanced-search I can find the input field names, but they don't seem to be part of a form. What command do I use to send data to them?
Danp2 Posted June 7, 2016 Posted June 7, 2016 You should still be able to use _IEFormElementSetValue, even though the elements aren't contained within a form. Latest Webdriver UDF Release Webdriver Wiki FAQs
jwes Posted June 7, 2016 Author Posted June 7, 2016 Thanks. I ended up matching names to find the input fields' objects. It's not elegant, but it works.
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