Quantcast
Channel: AutoIt v3 - General Help and Support
Viewing all articles
Browse latest Browse all 12506

Is it a Table or what?

$
0
0

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.

 

roles.JPG What that is highlighted is what I would like to select

 

DebugBar_roles.JPG As you see in the DebugBar the text is highlighted and that is what highlighted in Roles.

 

F12_code.JPG As you see in the F12 the text is highlighted and that is what highlighted in Roles.


Viewing all articles
Browse latest Browse all 12506

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>