Jump to content

rte7

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

rte7's Achievements

Seeker

Seeker (1/7)

0

Reputation

  1. I can not write the code in the autoit program using the documentation http://english.documentation.ff-au3.thorsten-willert.de/ There were errors with the beginning of the _FFClick command http://english.documentation.ff-au3.thorsten-willert.de/ff_functions/_FFClick.php #Include <FF.au3> _FFStart("http://site") If _FFIsConnected() Then $sObj = _FFXpath("//img[@alt='menu category issue']","") _FFClick($sObj) ; ... and click on it this code on this screen # 1 http://joxi.ru/52aJK7bh4a7ypA I try to press the button but nothing happens in the browser firefox see code html button: <a href="javascript:" class="btn btn3d menu" style="top:21; left:184; width:21; height:21;"> <img class="btnimg" src="../../../../resources/images/mt_sprites.gif" alt="menu category issue" title=""> </a>
  2. Hello. We work with the BMC Remedy site to manage incidents and would like to automate the processes of clicking through this button "save" code: Screen # 1 - http://joxi.ru/D2P675JFpoVg5r <div class="btntextdiv" style="top:0; left:0; width:46; height:21;"><div class="f1" style=";width:46">safe</div> </div> and this other code ---> <div class="f1" style=";width:46">save</div> I use firefox with mozrepl and autoit with include FF.au3I need your helpI read the topic https://www.autoitscript.com/forum/topic/95595-ffau3-v0601b-10/ but I could not run the code from the listed commands I press button "save" Other full code Screen # 1 - http://joxi.ru/D2P675JFpoVg5r <a href="javascript:" id="WIN_0_303729800" arid="303729800" artype="Control" ardbn="z3Btn_IncidentCategorizations_Save" artcolor="null" class="btn btn3d arfid303729800 ardbnz3Btn_IncidentCategorizations_Save" style="top:445; left:16; width:46; height:21;z-index:1020;" arwindowid="0"><div class="btntextdiv" style="top:0; left:0; width:46; height:21;"><div class="f1" style=";width:46">save</div> </div> </a> Thanks !!!!!!!
  3. Hello. We work with the BMC Remedy site to manage incidents and would like to automate the processes of clicking through this button code: <a href="javascript:" class="btn btn3d menu" style="top:21; left:184; width:21; height:21;"> <img class="btnimg" src="../../../../resources/images/mt_sprites.gif" alt="menu category issue" title=""> </a> I use firefox with mozrepl and autoit with include FF.au3 I need your help I read the topic https://www.autoitscript.com/forum/topic/95595-ffau3-v0601b-10/ but I could not run the code from the listed commands ... It is necessary to press the button and from the list of the menu of cahorsations to select the item = "zone of trust abonent" Screen # 1 http://joxi.ru/52aJK7bh4a7ypA or below. 1) Press button <a href="javascript:" class="btn btn3d menu" style="top:21; left:184; width:21; height:21;"> <img class="btnimg" src="../../../../resources/images/mt_sprites.gif" alt="menu category issue" title=""> </a> 2) After pressing the button, I need to choose in this menu of 4 items to select an item called "zone of trust abonent", Screen # 2 - http://joxi.ru/p27gwQKHo71VQ2 html code table items <table class="MenuTable" cellpadding="0" cellspacing="0" style="width: 179px;"> <tbody class="MenuTableBody"> <tr class="MenuTableRow"> <td class="MenuEntryName" nowrap="">zone of trust abonent</td> <td class="MenuEntryNoSub" arvalue="zone of trust abonent"></td> </tr> <tr class="MenuTableRow"><td class="MenuEntryName" nowrap="">zone of trust operator</td> <td class="MenuEntryNoSub" arvalue="zone of trust operator"></td> </tr> <tr class="MenuTableRow"><td class="MenuEntryName" nowrap="">zone of trust third operator</td> <td class="MenuEntryNoSub" arvalue="zone of trust third operator"></td></tr> <tr class="MenuTableRow"><td class="MenuEntryNameHover" nowrap="">No settings</td> <td class="MenuEntryNoSubHover" arvalue="No settings"></td> </tr> </tbody> </table> More in detail, I choose from the menu item "zone of trust abonent" Screen # 3 - http://joxi.ru/GrqVq4ZIQEPW4m 3) The choice is made, Screen # 4 http://joxi.ru/v297w6aC3PovLr <textarea class="text sr " wrap="off" id="arid_WIN_0_1000002488" cols="20" maxlen="60" style="top:21; left:0; width:179; height:21;" armenu="CFG:PRC:CategoryHPD-Res-T1-Q" mstyle="2" arautoc="1" arautocmb="1" arautocak="0" arautoctt="400" rows="1"> </textarea> It's all. I would be very grateful to you =) !!!!!!!!!! Here are more detailed codes in the attachment. button1.txt menu - table.txt all.txt
×
×
  • Create New...