Jump to content

Clicking the button on the site in the firefox 2


Recommended Posts

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>

Screenshot_1.png

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>

Screenshot_2.png

 

 

More in detail, I choose from the menu item "zone of trust abonent" Screen # 3 - http://joxi.ru/GrqVq4ZIQEPW4m

Screenshot_3.png

 

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>

Screenshot_4.png

 

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

Link to comment
Share on other sites

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:

Screenshot_5.png

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.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

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 !!!!!!!

Link to comment
Share on other sites

  • Moderators

Stick to one topic, please. Spamming the site with multiple threads will not get your question answered more quickly; it often has the opposite effect.

"Profanity is the last vestige of the feeble mind. For the man who cannot express himself forcibly through intellect must do so through shock and awe" - Spencer W. Kimball

How to get your question answered on this forum!

Link to comment
Share on other sites

57 minutes ago, rte7 said:

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

I have no idea what you are trying to say here. Start by showing us your code, even if it is not fully functional. Then explain where it is failing.

Link to comment
Share on other sites

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>

 

Edited by rte7
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

×
×
  • Create New...