Jump to content

How to use _IEFormElementCheckBoxSelect without value defined?


Recommended Posts

#include <IE.au3>
$oIE = _IEAttach('test')
$oForm = _IEFormGetObjByName($oIE, 'variations')
_IEFormElementCheckBoxSelect($oForm, 0, 'pv__5_30', 1, 'byIndex')

How does the byIndex work? Is it index'd from the top of the form? Or index'd by the element defined by the 'pv___5_30'?
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...