Jump to content

Help ! Checkbox Select IE.au3 vs FFau3


Recommended Posts

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 by SilentCurse
Link to comment
Share on other sites

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 account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...