python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
getWindowHandles method returns incorrect number of window handles using MS EDGE IE11 and Selenium version 4.1.2
Recently, I have upgraded my Selenium version from 2.53 to 4.1.2 to enable testing of our application on MS EDGE IE11. But we are intermittently facing issues while retrieving number of windows open i...
Gaurank Verma
Votes: 0
Answers: 3
Assign window to object via its handle
Just looking for a pointer as I'm struggling to find material online...
Is there a library or reference I can use in VB.NET to assign an arbitrary open window to an object via its handle, such that I ...

Alan O'Brien
Votes: 0
Answers: 1
ActiveDocument.ActiveWindow.Hwnd crash
I'm using ActiveDocument.ActiveWindow.Hwnd to get the handle of the active document Window in MS Word, but it does crash in Word 2007. I tried using long instead of int, tried to catch the exception b...
MirrorMirror
Votes: 0
Answers: 1
How to get dynamic URL from ChildWindow using cypress
I will click on button , it will then popup child window having dynamic URL each time.
Now i need to grab the dynamic URL and place it in cy.visit() and automate the things in child window
I tried in ...
Sivateja rd
Votes: 0
Answers: 1