codetest Posted June 1, 2015 Posted June 1, 2015 Hi,I am stuck at this.i have one table(3 rows and 3 columns) and its table id is provided,i have to automate the click on a button present inside this table.button is like this <button type="button" class="someclass" onclick="function()">buttonname</button>Can anyone please help me with the script?I tried like this $temp=_IEGetObjById($oIE,"tbleid") $Data = _IETableWriteToArray($temp,True)_IEAction ($Data[1][2], "click")but its not working .Thanks in advance
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