2 weeks ago - last edited 2 weeks ago
Hello,
I don't know how to handle the debug port.
If another window opens when I click a button on a web page, should this another window have a different debug port than the main window? How should I do that?
2 weeks ago
@sumire - No, it will same debugging port which i have entered to launch the application.
Here i have an automation , which opens around 4 different tabs (click on button , opens 1 tab, on that page , click opens another tab, on that page click opens another tab) as part of automation.
2 weeks ago
Thanks for reply @naveed_raza ,
If the debug ports of the original window and the popup window are the same, how can I distinguish elements in different windows?
For example, if both the original window and the popup window have same company logo, and I want to click the logo in the popup window, not in the original window.
2 weeks ago
In my Automation what i observe is , whatever is active it will consider that only, even if you use the match index, and confirm if i am in correct window then i am checking other element which will be there only in that window and if i able to identify that then i am thinking i am in right window ..