diandiand163 Posted April 14, 2016 Posted April 14, 2016 <td id="btnGroupSet" class="user-flowbtn "> <input id="nextstep1" class="btn2 active user-flowbtnmargin" type="button" value="下一步"/> <input id="btnOK" class="btn2" type="submit" onclick="return CheckAll(this,$(this));" value="新建产品信息" name="btnOK"/> </td> USE FF.AU3 Ask for help!
diandiand163 Posted April 14, 2016 Author Posted April 14, 2016 No response,The following code: _FFFormSubmit ("下一步","value")
diandiand163 Posted April 14, 2016 Author Posted April 14, 2016 <td id="btnGroupSet" class="user-flowbtn "> <input id="nextstep1" class="btn2 active user-flowbtnmargin" type="button" value="下一步"/> <input id="btnOK" class="btn2" type="submit" onclick="return CheckAll(this,$(this));" value="新建产品信息" name="btnOK"/> </td> USE FF.AU3 How to click Next ?
Developers Jos Posted April 14, 2016 Developers Posted April 14, 2016 @diandiand163, Please stop making posts and topics and wait till somebody is willing to look at your question and answer it. Jos SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
diandiand163 Posted April 14, 2016 Author Posted April 14, 2016 (edited) <td id="btnGroupSet" class="user-flowbtn "> <input id="nextstep1" class="btn2 active user-flowbtnmargin" type="button" value="NEXT"/> <input id="btnOK" class="btn2" type="submit" onclick="return CheckAll(this,$(this));" value="product" name="btnOK"/> </td> Please USE FF.AU3 How to click the "NEXT" button? Edited April 14, 2016 by diandiand163
Developers Jos Posted April 14, 2016 Developers Posted April 14, 2016 @diandiand163, Consider this your final warning: Stop making new threads or posts on the same topic and give people time to read and respond when they wish. JOs SciTE4AutoIt3 Full installer Download page - Beta files Read before posting How to post scriptsource Forum etiquette Forum Rules Live for the present, Dream of the future, Learn from the past.
Danp2 Posted April 14, 2016 Posted April 14, 2016 You could try something like this: _FFXPath("//input[@id='btnOK']") If @error = $_FF_ERROR_Success Then _FFCmd("FFau3.xpath.onclick()") EndIf 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