Currently the function found here: https://github.com/mozilla/fxapom/blob/master/fxapom/pages/sign_in.py#L55 assumes that the user only has 1 window_handle. What if the user has more then 1? The function should wait for their to be 1 _additional_ window that has opened and assume that window is the popup.
Currently the function found here: https://github.com/mozilla/fxapom/blob/master/fxapom/pages/sign_in.py#L55 assumes that the user only has 1 window_handle. What if the user has more then 1?
The function should wait for their to be 1 additional window that has opened and assume that window is the popup.