Jump to content

How can I automate clicking on IE webpage?


jmp
 Share

Recommended Posts

How can I automate clicking on the Bill_ID – 873077, printing the bill, navigating back, and then clicking on Bill_ID – 873074 to print it in Internet Explorer using AutoIt.

NOTE: The Bill ID should be different in each bill

Capturebill.PNG.5ad5f94d02115ba78cb0b900521ea2ba.PNG

 

<table class="table table-hover table-bordered">
                    <thead>
                        <tr>

                            <th>Bill_ID</th>
                            <th>Bill NO</th>
                            <th>Date</th>
  

                        </tr>
                    </thead>
                    <tbody>

                                <tr title="" id="btnbillselect" onclick="functionSubmit(873077);" data-original-title="??? ???????? ???? ??? ??? ????? ???!" data-toggle="tooltip" data-placement="bottom">


                                    <td>873077</td>
                                    <td>202312/873077</td>
                                    <td>21/12/2023</td>
                                                                       
                                </tr>
                                <tr title="" id=" btnbillselect" onclick="functionSubmit(873077);" data-original-title="??? ???????? ???? ??? ??? ????? ???!" data-toggle="tooltip" data-placement="bottom">


                                    <td>873077</td>
                                    <td>202312/873077</td>
                                    <td>21/12/2023</td>
                                 
                                </tr>
                                <tr title="" id=" btnbillselect" onclick="functionSubmit(872974);" data-original-title="??? ???????? ???? ??? ??? ????? ???!" data-toggle="tooltip" data-placement="bottom">


                                    <td>872974</td>
                                    <td>202312/872974</td>
                                    
                                </tr>
                                <tr title="" id=" btnbillselect" onclick="functionSubmit(872974);" data-original-title="??? ???????? ???? ??? ??? ????? ???!" data-toggle="tooltip" data-placement="bottom">


                                    <td>872974</td>
                                    <td>102284/202312/872974</td>
                                    <td>21/12/2023</td>
                              
                                </tr>
                    </tbody>
                </table>

 

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

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...