Selenium InternetExplorerDriver doesn’t get focus on the window

Seems you have opted to add all the InternetExplorerDriver related capabilities. Browser Focus The challenge is that IE itself appears to not fully respect the Windows messages we send to the IE browser window (WM_MOUSEDOWN and WM_MOUSEUP) if the window doesn’t have the focus. Specifically, the element being clicked on will receive a focus window … Read more