I am very sorry to trouble you, but I trying to select "user" in a table and then press the "add" button, but I'm not sure how to do this.
I have tried this:
If IsObj($oNextObj5) Then ; Assign Roles Local $oFormNext5 = _IEFormGetObjByName($oIE, "modalCreateForm") $oTable = _IETableGetCollection($oFormNext5,0) $aTableData = _IETableWriteToArray($oTable) _ArrayDisplay($aTableData) ; Just to see if it is correct local $oLinks = _IELinkGetCollection($oFormNext5) Local $iNumLinks = @extended MsgBox(4096, "Link info", $iNumLinks & " links found") For $oLink In $oLinks MsgBox(4096, "Link Info", $oLink.value) Next Else MsgBox(1,1,"unable to grab Next5 object within 10 seconds") EndIf
But I don't get the right info.
I have attach some screenshoot.
What that is highlighted is what I would like to select
As you see in the DebugBar the text is highlighted and that is what highlighted in Roles.
As you see in the F12 the text is highlighted and that is what highlighted in Roles.