Question

Record capture and window title

  • 20 August 2022
  • 4 replies
  • 60 views

I'm trying to record capture this interface but anytime the number of days reduces, my bot refuse to run again. please any help on that.Screenshot 2022-08-19 232240


4 replies

Userlevel 4
Badge +7

Hi @Abdulai Alhassan​ ,

 

I would recommend using XPaths to detect the object, since XPaths allow us to use Wildcards.

We can simply omit the dynamic portion by replacing it with * and the bot will be able to detect the object.

 

//node[contains(@attribute,'BrightPay')]

 

Here is a video tutorial on XPaths.

 

Kind Regards,

Ashwin A.K

@Ashwin A.K​ Thank you

Found this useful🙏

@Ashwin A.K​ Thank you

Found this useful🙏

 

Userlevel 4
Badge +7

Glad I could help!

 

I'd appreciate it if you would mark my answer as "Best" so that others facing similar issues may benefit from it as well.

 

Kind Regards,

Ashwin A.K

Reply