Danp2 Posted December 1, 2015 Posted December 1, 2015 Based on the limited information you've given, it looks like you are calling _FFFormSubmit with the wrong values. You are supposed to pass it the name of the form, not the name of the input element. Try calling it like this:_FFFormSubmit()If that doesn't work, then try:_FFFormSubmit("NameOfForm", "name") Latest Webdriver UDF Release Webdriver Wiki FAQs
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