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