
deviprasad
Active Members-
Posts
38 -
Joined
-
Last visited
Everything posted by deviprasad
-
Elements not identified by spy
deviprasad replied to deviprasad's topic in AutoIt GUI Help and Support
how to get the command ID?Could you please give a sample script of this? I tried but could not see any commandID.Please refer the scrreenshot -
Hello, I am trying to do operation on each element resides in the element but while spying i could not get all the elements individually. Please refer the screenshot i got only below while spying. >>> Window <<<< Title: enterprise - Documaker Studio Class: Afx:00400000:8:00010003:00000000:00110745 Position: -8, -8 Size: 1382, 744 Style: 0x17CF8000 ExStyle: 0x00000100 Handle: 0x00000000000D0668 >>>> Control <<<< Class: XTPToolBar Instance: 1 ClassnameNN: XTPToolBar1 Name: Advanced (Class): [CLASS:XTPToolBar; INSTANCE:1] ID: Text: The Ribbon Position: 0, 0 Size: 1366, 150 ControlClick Coords: 118, 95 Style: 0x56000100 ExStyle: 0x00000000 Handle: 0x00000000000906CA >>>> Mouse <<<< Position: 118, 95 Cursor ID: 0 Color: 0xCDDCEE >>>> StatusBar <<<< >>>> ToolsBar <<<< >>>> Visible Text <<<< xtpBarTop The Ribbon xtpBarBottom xtpBarLeft xtpBarRight Splitter Splitter Workspace Output Output >>>> Hidden Text <<<< Common Fields Data Extract Form Set Navigation Scripts
-
how to select a row from a web table
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
Local $oTable = _IETableGetCollection($oIE, 0) i beive the the second parameter is the index number of the table but how i can find out the index number? i dnot see below a attrivute call ed index <table id="pt1:pt_region1:1:pt1:csf1:sflist_pc1:frmsLstPU::1427705397169" style="position: relative;" cellSpacing="0" cellPadding="0"> -
how to select a row from a web table
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
i triusing below but did not work , following code xzz x10q is the class name of the table but ddi not work it does not have name attribute. it has only below in html <table class="xzz x10q" style="width: 848px; position: relative; table-layout: fixed;" cellSpacing="0" _startRow="0" _rowCount="3" _selState="{}" _totalWidth="630"> Local $TB1 = _IETableGetObjByName($oIE, "xzz x10q") Local $oTable = _IETableGetCollection($TB1, 0) Local $aTableData = _IETableWriteToArray($oTable) _ArrayDisplay($aTableData) -
how to select a row from a web table
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
ok , may i know the respective functions to make it work?yes this is Microsofts explorer. -
how to select a row from a web table
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
-
Hi All, i have a table object and there few rows and columns, i would like to click on a table row. please let me know how i can do that here is te html stucture and the highlighted one is the row.Please refer the attachment.
-
Hi All, I am trying to click on a image,following is the path when i do devloper tool(f12) in IE <img title="Create new document" class="x138" id="pt1:pt_region0:1:pt1:ci17:inbox_pc1:it2:inbox_toolbarNew::icon" alt="Create new document" src="/DocumakerCorrespondence/static/images/new_ena.png" theme="light"/> now i am not sure how to do a click on on this. Let me know if anyone needs any more information
-
loop never end even if true
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
great and it did work. thanks -
loop never end even if true
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
i see the control foucus return 1 to me but still never ends. -
Hi All could plesae guide what is wrong in the below script the folloowing script never ends even the object is set to true. do i need to modify anything on below script While (ControlCommand("Documents - odeeqa@slc07ivz.us.oracle.com - WinSCP","","[CLASS:TDirView; INSTANCE:1]","Is Visible", ""))<>1 MsgBox(1,"",ControlFocus("Documents - odeeqa@slc07ivz.us.oracle.com - WinSCP","","[CLASS:TDirView; INSTANCE:1]")) WEnd Send("{alt}")
-
Comarision of 2000 files using autoit
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
i am more specific to content -
Hi, i wanted to automate the comparison process around 3000 files(Different print streams like .pdf, .afp, .pcl, .rtf).First of all i am confused which comparison tool that i need to use to make sure the differences are identified.Can body suggest me what comparison tool(it should be a freeware) that i need to use.after using that tool i need to summarize each differences in a excel file or any document.Can anybody help me on this?
-
Word document opened or not
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
i do nt thing filewrite will be helpful beacuase i need to paste few contents in it. -
Word document opened or not
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
Can i use file write function in word document -
Word document opened or not
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
went thrugh but didnt get the solution -
Please suggest on below scenario Opened a word document and i was trying to write few text on that. as per my current code it is writing perfectly.but the problem is some times the word document is crashing.i just want a code which will make sure whther the document is opened or not
-
How to write few text in a word document
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
used the follwoing code. Local $oWordApp = _WordCreate(@ScriptDir & "Test.doc") Local $oDoc = _WordDocGetCollection($oWordApp, 0) $oDoc.Range.Text = "This is some text to print." i f i go for a loop then it is not appending the text again ithink it is replacing the test i need to append the text -
Any updates guys
-
Any updates?
-
i have attached a data table of the application, which has mulitple records with the chek boxes. and the check boxes are also part of data table. which autoit spy not able to identify individually.do let me know how can i select a check box based on the my prameters.
-
not able to do any kind of operation on
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
No, its a different control, if we see the class name [CLASS:GXWND; INSTANCE:1] is different from the data table.but its kind of table only. -
not able to do any kind of operation on
deviprasad replied to deviprasad's topic in AutoIt General Help and Support
if spy can identify the class name as [CLASS:GXWND; INSTANCE:1] ,thn there should an option of doing any action on this?