Skip to main content
Cadet | Tier 2
August 20, 2022
Question

Click on OK on each page to reconcile the transaction

  • August 20, 2022
  • 2 replies
  • 65 views

How can I click OK on each webpage where the next or end button is there.

Screenshot 2022-08-20 062216

    2 replies

    Ashwin A.K
    Navigator | Tier 3
    August 22, 2022

    Hi @Abdulai Alhassan​ ,

     

    You can use the Recorder: Capture Action to achieve that.

    I'd also recommend refining the XPath in the DOMXpath property under Object Properties in the Capture Action so that the bot won't have a hard time trying to find the element it is supposed to interact with.

     

    If the concept of XPaths is foreign to you, then here is a quick tutorial on XPaths.

     

    I've also written few articles I've written on the topic which you can find here.

     

    Kind Regards,

    Ashwin A.K

    Blogs at TheCodingTheory - https://www.thecodingtheory.com
    AwuduAuthor
    Cadet | Tier 2
    August 22, 2022

    @Ashwin A.K​ 

    Thank you for the reply.

    I found this helpful.