Skip to main content
Ground Control | Tier 1
December 30, 2020
Question

Issue with capturing From Currency from x-rates web site using Universal Recorder

  • December 30, 2020
  • 5 replies
  • 232 views

I am creating a BOT for Use Case 1: Extracting Currency Exchange Rate from a Website.

 

https://www.x-rates.com/calculator/

Issue with capturing From Currency from x-rates web site using Universal Recorder.

 

I am following the steps given in "Automating Tasks Using Automation Anywhere Enterprise A2019 Universal Recorder: Step List "

 

First error: Cannot find window or application titled 'Exchange Rate British Pound to US Dollar (Currency Calculator) - X-Rates - Internet Explorer' that was open during recording.

 

Please guide me the steps. Thanks inAdvance.

 

    5 replies

    Navigator | Tier 3
    December 31, 2020

    Check if the window exist or not with that title in IE. Before you start running your task

    Cadet | Tier 2
    February 23, 2021

    I am also getting the same error. I am using google chrome to record.

     

    Navigator | Tier 3
    February 25, 2021

    Hi @Rajasekhar Uppuluri​ @meghali gaikwad​ The window title is dynamic as shown below

     

    Exchange Rate US Dollar to Euro (Currency Calculator) - X-Rates

     

    To resolve the issue you can use below window titles

    1. Exchange Rate *

    2. Exchange Rate*(Currency Calculator) - X-Rates

     

    This should resolve the issue

    Cadet | Tier 2
    July 6, 2021

    Thank you, I was able to make my bot to work with your suggestion.

    Cadet | Tier 2
    February 16, 2023

    I had the same issue. Thanks to you Now I finally know the solution.

    I have one more issue - It is not selecting value from the drop-down in X-rates website. I am on the same course.