Jump to content

IE Code to work with Firefox?


Recommended Posts

$oForm = _IEFormGetCollection($oIE, 5)
$oForm = _IEGetObjById($oIE, $oForm.id)
$oQuery = _IEFormElementGetObjByName($oForm, "add_comment_text_text")
_IEAction($oQuery, "focus")
_IEFormElementSetValue($oQuery, $comment)

Hello,

Is it possible to transform this small piece of script to make it work with firefox? (with the FF.au3 include)

Thanks.

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...