Bug 1663429 - [marionette] Only throw NoSuchWindow error in...
Bug 1663429 - [marionette] Only throw NoSuchWindow error in "WebDriver:SwitchToWindow". r=jgraham, a=RyanVM There is a race condition in the "WebDriver:SwitchToWindow" command that would throw an UnknownError instead of NoSuchWindowError when the window gets closed at the same time as the command gets called. Differential Revision: https://phabricator.services.mozilla.com/D89377
Please register or sign in to comment