salesforce / utam-java

UTAM Java implementation
MIT License
25 stars 16 forks source link

fix: Update switchToWindow error case #184

Closed jimevanssfdc closed 1 year ago

jimevanssfdc commented 1 year ago

Handle the case where a window is closed, meaning there is no currently focused window, and the URL specified to switch to does not exist. The algorithm was not handling the case where there was no currently focused window.