Skip to main content
Pathfinder Advocate | Tier 6
January 11, 2022
Solved

Doesn't CurrentlyActiveWindow mean the window thats seen when the task runs?

  • January 11, 2022
  • 2 replies
  • 100 views

When i select CurrentlyActiveWindow for Record:Capture, it tries to capture on A360 interface where we do our project

 

Also there is no window name that i want to capture, so i cant keep on.

    This topic has been closed for replies.
    Best answer by Ashwin A.K

    Hi @Semih Öztürk​ ,

     

    Currently Active means exactly that - the window which is kept active.

    Its not the best option to use, in fact I would recommend creating and using a Window Variable toggled to Application. Don't use Browser, as it will also include the URL of the webpage.

     

    Using Application, you can capture the Window Title and add wildcards to make it more dynamic.

     

    Here is an article I penned if you are interested to read more.

     

    Kind Regards,

    Ashwin A.K

    2 replies

    Ashwin A.K
    Navigator | Tier 3
    January 12, 2022

    Hi @Semih Öztürk​ ,

     

    Currently Active means exactly that - the window which is kept active.

    Its not the best option to use, in fact I would recommend creating and using a Window Variable toggled to Application. Don't use Browser, as it will also include the URL of the webpage.

     

    Using Application, you can capture the Window Title and add wildcards to make it more dynamic.

     

    Here is an article I penned if you are interested to read more.

     

    Kind Regards,

    Ashwin A.K

    Blogs at TheCodingTheory - https://www.thecodingtheory.com
    Pathfinder Advocate | Tier 6
    January 12, 2022

    Hi @Ashwin A.K​ 

    thank you for your reply. I thought i have to use CurrentlyActiveWindow since there is no window name in the popup list.

    It doesnt show the window...

    I will read the article