SilentCurse Posted February 10, 2013 Posted February 10, 2013 (edited) Greetings forum !Basically i am trying to convert this script to work for me with firefox , i have tried my way around with FF.AU3 but i wouldnt checkbox while with IE.au3 it would work . now i understand that the script down below would work if the command given is different so i was hoping if someone would convert that to work for firefox.Thanks in Advance$url = "My Desired website" $oIE = _IECreate ($url, 1) ; I used _FFStart $checkbox = _IEGetObjByid ($oIE, "CB1") ; I used _FFObjGet $check=_IEAction($checkbox,"click") ; I used FF_Search and for "Click" I used _FFclick" Edited February 10, 2013 by SilentCurse
Danp2 Posted February 11, 2013 Posted February 11, 2013 Did you try _FFFormCheckBox? 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