Skip to main content
Question

How to know the window associated to the window handle using Web Automation

  • 28 December 2023
  • 3 replies
  • 64 views

Hello, 

 

I am using Web automation package and I have multiple window . When I use select Window after the get windows action. I do for example Select Window WindowHandled1] and It doesn’t select the same window for some execution. 

How I can be sure of which window handle correspond to this window? 

3 replies

Badge +5

@Padmakumar 

 

@Sumit.K7  

Badge +3

Hi @LnMamou,

If I have correctly picked the issue which is, bot is not working on a particular window for some transactions.

Just use a command called activate window before you perform any action on that window.

Badge +5

Hello @Syed Zaman Akhtar 

The issue is with the Web Automation  package. Fo exaample you can do Select Window Handle[1] it select window A .you execute again the same code it selects window B.

Reply